ARM: dts: cpuimx51 Add touchscreen support.
Signed-off-by: Denis Carikli <denis@eukrea.com> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
This commit is contained in:
parent
5ddbc1084f
commit
a690170044
@ -42,6 +42,17 @@
|
|||||||
compatible = "nxp,pcf8563";
|
compatible = "nxp,pcf8563";
|
||||||
reg = <0x51>;
|
reg = <0x51>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tsc2007: tsc2007@49 {
|
||||||
|
compatible = "ti,tsc2007";
|
||||||
|
gpios = <&gpio4 0 1>;
|
||||||
|
interrupt-parent = <&gpio4>;
|
||||||
|
interrupts = <0x0 0x8>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&pinctrl_tsc2007_1>;
|
||||||
|
reg = <0x49>;
|
||||||
|
ti,x-plate-ohms = <180>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&iomuxc {
|
&iomuxc {
|
||||||
|
Loading…
Reference in New Issue
Block a user