sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / input / touchscreen / lpc32xx-tsc.txt
blob41cbf4b7a670df3dd8ae3bfc5438a5be51683941
1 * NXP LPC32xx SoC Touchscreen Controller (TSC)
3 Required properties:
4 - compatible: must be "nxp,lpc3220-tsc"
5 - reg: physical base address of the controller and length of memory mapped
6   region.
7 - interrupts: The TSC/ADC interrupt
9 Example:
11         tsc@40048000 {
12                 compatible = "nxp,lpc3220-tsc";
13                 reg = <0x40048000 0x1000>;
14                 interrupt-parent = <&mic>;
15                 interrupts = <39 0>;
16         };