1 * NXP LPC32xx SoC Touchscreen Controller (TSC) 1 * NXP LPC32xx SoC Touchscreen Controller (TSC) 2 2 3 Required properties: 3 Required properties: 4 - compatible: must be "nxp,lpc3220-tsc" 4 - compatible: must be "nxp,lpc3220-tsc" 5 - reg: physical base address of the controller 5 - reg: physical base address of the controller and length of memory mapped 6 region. 6 region. 7 - interrupts: The TSC/ADC interrupt 7 - interrupts: The TSC/ADC interrupt 8 8 9 Example: 9 Example: 10 10 11 tsc@40048000 { 11 tsc@40048000 { 12 compatible = "nxp,lpc3220-tsc" 12 compatible = "nxp,lpc3220-tsc"; 13 reg = <0x40048000 0x1000>; 13 reg = <0x40048000 0x1000>; 14 interrupt-parent = <&mic>; 14 interrupt-parent = <&mic>; 15 interrupts = <39 0>; 15 interrupts = <39 0>; 16 }; 16 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.