xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/touchscreen/lpc32xx-tsc.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun* NXP LPC32xx SoC Touchscreen Controller (TSC)
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunRequired properties:
4*4882a593Smuzhiyun- compatible: must be "nxp,lpc3220-tsc"
5*4882a593Smuzhiyun- reg: physical base address of the controller and length of memory mapped
6*4882a593Smuzhiyun  region.
7*4882a593Smuzhiyun- interrupts: The TSC/ADC interrupt
8*4882a593Smuzhiyun
9*4882a593SmuzhiyunExample:
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	tsc@40048000 {
12*4882a593Smuzhiyun		compatible = "nxp,lpc3220-tsc";
13*4882a593Smuzhiyun		reg = <0x40048000 0x1000>;
14*4882a593Smuzhiyun		interrupt-parent = <&mic>;
15*4882a593Smuzhiyun		interrupts = <39 0>;
16*4882a593Smuzhiyun	};
17