summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/overlays/touch_cap_colibri_imx6_aster.dts
blob: eec97c28bd8986bba1930fab980a25903946f67d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/dts-v1/;
/plugin/;
/ {
	compatible = "toradex,colibri-imx6dl";
	fragment@0 {
		target = <&weim>;
		__overlay__{
			status = "disabled";
		};
	};
	fragment@1 {
		target = <&iomuxc>;
		__overlay__ {
			pinctrl_atmel_mxt_ts: atmelmxttsgrp {
				fsl,pins = <
					0x300 0x6e8 0x000 0x5 0x0	0x1b0b1
					0x140 0x510 0x000 0x5 0x0	0x1b0b1
				>;
			};
		};
	};
	fragment@2 {
		target = <&i2c3>;
		__overlay__ {
			atmel_mxt_ts: atmel_mxt_ts@4a {
				pinctrl-names = "default";
				pinctrl-0 = <&pinctrl_atmel_mxt_ts>;
				compatible = "atmel,maxtouch";
				reg = <0x4a>;
				interrupt-parent = <&gpio2>;
				interrupts = <24 2>;
				reset-gpios = <&gpio1 14 0>;
				status = "okay";
			};
		};
	};
};