summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/overlays/touch_cap_colibri_imx7_aster.dts
blob: 40120335af38129121af7f0277e5b56e2be0acf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/dts-v1/;
/plugin/;
/ {
	compatible = "toradex,colibri-imx7s";
	fragment@0 {
		target = <&i2c4>;
		__overlay__ {
			atmel_mxt_ts: atmel_mxt_ts@4a {
				compatible = "atmel,maxtouch";
				reg = <0x4a>;
				interrupt-parent = <&gpio2>;
				interrupts = <15 2>;
				reset-gpios = <&gpio2 28 0>;
				status = "okay";
			};
		};
	};
};