summaryrefslogtreecommitdiff
path: root/overlays/colibri-imx7_lcd-vga_overlay.dts
diff options
context:
space:
mode:
authorDenys Drozdov <denys.drozdov@toradex.com>2021-02-23 11:13:06 +0200
committerDenys Drozdov <denys.drozdov@toradex.com>2021-02-23 12:55:24 +0200
commitf0935208e096615b5359ae9aacfc34957e0516a5 (patch)
tree6da240a8c12dcdaec2ffb0d2c2da6dba358d794e /overlays/colibri-imx7_lcd-vga_overlay.dts
parentc351aa82a035482285e97f410ad69595ed0a7425 (diff)
overlays: colibri-imx7: native VGA support
The VGA connects to the lcdif interface available in imx7-colibri.dtsi. This overlay enables VGA interface overlay for boards supporting VGA. Related-to: ELB-3547 Signed-off-by: Denys Drozdov <denys.drozdov@toradex.com>
Diffstat (limited to 'overlays/colibri-imx7_lcd-vga_overlay.dts')
-rw-r--r--overlays/colibri-imx7_lcd-vga_overlay.dts34
1 files changed, 34 insertions, 0 deletions
diff --git a/overlays/colibri-imx7_lcd-vga_overlay.dts b/overlays/colibri-imx7_lcd-vga_overlay.dts
new file mode 100644
index 0000000..3f484fb
--- /dev/null
+++ b/overlays/colibri-imx7_lcd-vga_overlay.dts
@@ -0,0 +1,34 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+/*
+ * Copyright 2020-2021 Toradex
+ */
+
+// Enable the parallel RGB interface with settings for VGA Displays on the Colibri iMX7
+
+/dts-v1/;
+/plugin/;
+
+/ {
+ compatible = "toradex,colibri-imx7d",
+ "toradex,colibri-imx7s",
+ "toradex,colibri-imx7d-emmc";
+};
+
+&display0 {
+ display-timings {
+ native-mode = <&timing_vga>;
+ };
+};
+
+
+&backlight {
+ status = "okay";
+};
+
+&lcdif {
+ status = "okay";
+};
+
+&pwm1 {
+ status = "okay";
+};