summaryrefslogtreecommitdiff
path: root/overlays/apalis-imx8_lvds_overlay_2.dts
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/apalis-imx8_lvds_overlay_2.dts')
-rw-r--r--overlays/apalis-imx8_lvds_overlay_2.dts41
1 files changed, 41 insertions, 0 deletions
diff --git a/overlays/apalis-imx8_lvds_overlay_2.dts b/overlays/apalis-imx8_lvds_overlay_2.dts
new file mode 100644
index 0000000..96fbc6b
--- /dev/null
+++ b/overlays/apalis-imx8_lvds_overlay_2.dts
@@ -0,0 +1,41 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+/*
+ * Copyright 2020-2021 Toradex
+ */
+
+// LVDS display overlay for Apalis Evaluation board Mezzanine
+
+/dts-v1/;
+/plugin/;
+/ {
+ compatible = "toradex,apalis-imx8";
+};
+
+&ldb1 {
+ status = "okay";
+
+ lvds-channel@0 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ fsl,data-mapping = "spwg";
+ fsl,data-width = <24>;
+ status = "okay";
+
+ port@1 {
+ reg = <1>;
+
+ lvds1_out: endpoint {
+ remote-endpoint = <&panel_lvds_in>;
+ };
+ };
+ };
+};
+
+&ldb1_phy {
+ status = "okay";
+};
+
+&panel_lvds {
+ status = "okay";
+};