mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-18 10:34:24 +08:00
ARM: dts: cpuimx35 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
9c72e2ad21
commit
5ddbc1084f
@ -37,6 +37,17 @@
|
|||||||
compatible = "nxp,pcf8563";
|
compatible = "nxp,pcf8563";
|
||||||
reg = <0x51>;
|
reg = <0x51>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tsc2007: tsc2007@48 {
|
||||||
|
compatible = "ti,tsc2007";
|
||||||
|
gpios = <&gpio3 2 0>;
|
||||||
|
interrupt-parent = <&gpio3>;
|
||||||
|
interrupts = <0x2 0x8>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&pinctrl_tsc2007_1>;
|
||||||
|
reg = <0x48>;
|
||||||
|
ti,x-plate-ohms = <180>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&iomuxc {
|
&iomuxc {
|
||||||
@ -70,6 +81,10 @@
|
|||||||
MX35_PAD_I2C1_DAT__I2C1_SDA 0x80000000
|
MX35_PAD_I2C1_DAT__I2C1_SDA 0x80000000
|
||||||
>;
|
>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pinctrl_tsc2007_1: tsc2007grp-1 {
|
||||||
|
fsl,pins = <MX35_PAD_ATA_DA2__GPIO3_2 0x80000000>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user