Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[deliverable/linux.git] / Documentation / devicetree / bindings / input / touchscreen / lpc32xx-tsc.txt
CommitLineData
5cb727a8
RS
1* NXP LPC32xx SoC Touchscreen Controller (TSC)
2
3Required properties:
34604086 4- compatible: must be "nxp,lpc3220-tsc"
5cb727a8
RS
5- reg: physical base address of the controller and length of memory mapped
6 region.
7- interrupts: The TSC/ADC interrupt
8
9Example:
10
11 tsc@40048000 {
34604086 12 compatible = "nxp,lpc3220-tsc";
5cb727a8
RS
13 reg = <0x40048000 0x1000>;
14 interrupt-parent = <&mic>;
15 interrupts = <39 0>;
16 };
This page took 0.419573 seconds and 5 git commands to generate.