summaryrefslogtreecommitdiff
path: root/overlays/colibri-imx7_ad7879_overlay.dts
blob: ef1ce79eb3fa54312bda2af45fbd27a7b4a13fc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Enable the resistive touch controller (AD7879) on the Colibri iMX7

/dts-v1/;
/plugin/;

/ {
	compatible = "toradex,colibri-imx7d",
		     "toradex,colibri-imx7s";
};

&ad7879_ts {
	status = "okay";
};