// SPDX-License-Identifier: GPL-2.0-or-later OR MIT /* * Copyright 2020-2022 Toradex */ // Verdin DSI to LVDS Adapter orderable at Toradex. /dts-v1/; /plugin/; / { compatible = "toradex,verdin-imx8mp"; }; &backlight { status = "okay"; }; &gpu_2d { status = "okay"; }; &gpu_3d { status = "okay"; }; /* LCDIF to MIPI-DSI */ &lcdif1 { status = "okay"; }; &lvds_ti_sn65dsi84 { status = "okay"; ports { #address-cells = <1>; #size-cells = <0>; port@0 { reg = <0>; dsi84_in: endpoint { data-lanes = <1 2 3 4>; remote-endpoint = <&mipi_dsi_bridge1_out>; }; }; }; }; &mipi_dsi { #address-cells = <1>; #size-cells = <0>; status = "okay"; port@1 { mipi_dsi_bridge1_out: endpoint { attach-bridge; remote-endpoint = <&dsi84_in>; }; }; }; &mix_gpu_ml { status = "okay"; }; &ml_vipsi { status = "okay"; }; &vpu_g1 { status = "okay"; }; &vpu_g2 { status = "okay"; }; &vpu_vc8000e { status = "okay"; }; &vpu_v4l2 { status = "okay"; };