summaryrefslogtreecommitdiff
path: root/overlays/colibri-imx6ull_ad7879_overlay.dts
diff options
context:
space:
mode:
authorOleksii Bidnichenko <oleksii.bidnichenko@toradex.com>2021-08-22 13:38:22 +0300
committerOleksii Bidnichenko <oleksii.bidnichenko@toradex.com>2021-09-01 14:58:43 +0000
commit7fe8eedddcbce25171f5e6e5c14144123c08afa0 (patch)
tree57b9232c42f9f1158e68688a2246152190a9b095 /overlays/colibri-imx6ull_ad7879_overlay.dts
parent5ee2e4a711ce5f213515c2634da2e312d04a231c (diff)
imx6ull-emmc: add overlays
Add following overlays: - Parallel RGB/VGA support - Atmel MXT TS for boards with Capacitive Touch Connector - Atmel MXT TS for Capacitive Touch Adapter - Fusion F0710A TS for boards with Capacitive Touch Connector - Fusion F0710A TS for Capacitive Touch Adapter - Toradex 7" touchscreen lt161010 - Toradex 10" touchscreen lt170410 - Toradex 7" resistive touchscreen ad7879 Related-to: ELB-4065 Related-to: ELB-4080 Signed-off-by: Oleksii Bidnichenko <oleksii.bidnichenko@toradex.com>
Diffstat (limited to 'overlays/colibri-imx6ull_ad7879_overlay.dts')
-rw-r--r--overlays/colibri-imx6ull_ad7879_overlay.dts22
1 files changed, 22 insertions, 0 deletions
diff --git a/overlays/colibri-imx6ull_ad7879_overlay.dts b/overlays/colibri-imx6ull_ad7879_overlay.dts
new file mode 100644
index 0000000..c109926
--- /dev/null
+++ b/overlays/colibri-imx6ull_ad7879_overlay.dts
@@ -0,0 +1,22 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+/*
+ * Copyright 2021 Toradex
+ */
+
+// Enable the resistive touch controller (AD7879) on the Colibri iMX6ULL.
+
+/dts-v1/;
+/plugin/;
+
+/ {
+ compatible = "toradex,colibri-imx6ull-emmc";
+};
+
+&ad7879_ts {
+ status = "okay";
+};
+
+&i2c2 {
+ /* Was disabled because ad7879 is a single I2C slave */
+ status = "okay";
+};