summaryrefslogtreecommitdiff
path: root/overlays/apalis-imx8_resistive-touch_overlay.dts
blob: d04bb37d4fe3b9e4638c789a8b8ba58158115e0c (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", "toradex,apalis-imx8-v1.1";
};

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

&touchscreen {
	status = "okay";
};