summaryrefslogtreecommitdiff
path: root/overlays/verdin-imx8_mipi-dsi-to-sn65dsi84.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/verdin-imx8_mipi-dsi-to-sn65dsi84.dtsi')
-rw-r--r--overlays/verdin-imx8_mipi-dsi-to-sn65dsi84.dtsi37
1 files changed, 37 insertions, 0 deletions
diff --git a/overlays/verdin-imx8_mipi-dsi-to-sn65dsi84.dtsi b/overlays/verdin-imx8_mipi-dsi-to-sn65dsi84.dtsi
new file mode 100644
index 0000000..b5d7c6d
--- /dev/null
+++ b/overlays/verdin-imx8_mipi-dsi-to-sn65dsi84.dtsi
@@ -0,0 +1,37 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+/*
+ * Copyright 2022 Toradex
+ */
+
+// Common Code to setup MIPI DSI to SN65DSI84
+
+&lvds_ti_sn65dsi84 {
+ status = "okay";
+
+ ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ port@0 {
+ reg = <0>;
+
+ dsi84_in: endpoint {
+ remote-endpoint = <&mipi_dsi_bridge1_out>;
+ data-lanes = <1 2 3 4>;
+ };
+ };
+ };
+};
+
+&mipi_dsi {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ status = "okay";
+
+ port@1 {
+ mipi_dsi_bridge1_out: endpoint {
+ attach-bridge;
+ remote-endpoint = <&dsi84_in>;
+ };
+ };
+};