summaryrefslogtreecommitdiff
path: root/overlays/apalis-imx8_resistive-touch_overlay.dts
blob: b204cb3a7f5742ba65d202b8d779c3d29fd33677 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/*
 * Copyright 2022 Toradex
 */

// Resistive touchscreen enablement.

/dts-v1/;
/plugin/;

/ {
	compatible = "toradex,apalis-imx8";
};

&adc1 {
	/* remove the pinctrl-adc1 to use the touchscreen */
	pinctrl-0 = <>;
};

&touchscreen {
	status = "okay";
};