summaryrefslogtreecommitdiff
path: root/overlays/verdin-imx8mp_sn65dsi84_overlay.dts
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/verdin-imx8mp_sn65dsi84_overlay.dts')
-rw-r--r--overlays/verdin-imx8mp_sn65dsi84_overlay.dts61
1 files changed, 61 insertions, 0 deletions
diff --git a/overlays/verdin-imx8mp_sn65dsi84_overlay.dts b/overlays/verdin-imx8mp_sn65dsi84_overlay.dts
new file mode 100644
index 0000000..8da4f4e
--- /dev/null
+++ b/overlays/verdin-imx8mp_sn65dsi84_overlay.dts
@@ -0,0 +1,61 @@
+// Verdin DSI to LVDS Adapter orderable at Toradex.
+
+/dts-v1/;
+/plugin/;
+
+/ {
+ compatible = "toradex,verdin-imx8mp";
+};
+
+&backlight {
+ status = "okay";
+};
+
+&gpu_2d {
+ status = "okay";
+};
+
+&gpu_3d {
+};
+
+&bridge_2c {
+ status = "okay";
+
+ port {
+ dsi85_in: endpoint {
+ remote-endpoint = <&mipi_dsi_bridge1_out>;
+ };
+ };
+};
+
+&touch_4a {
+ status = "okay";
+};
+
+/* LCDIF to MIPI-DSI */
+&lcdif1 {
+ status = "okay";
+};
+
+&mipi_dsi {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ status = "okay";
+
+ port@1 {
+ reg = <1>;
+
+ mipi_dsi_bridge1_out: endpoint {
+ remote-endpoint = <&dsi85_in>;
+ attach-bridge;
+ };
+ };
+};
+
+&mix_gpu_ml {
+ status = "okay";
+};
+
+&ml_vipsi {
+ status = "okay";
+};