1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright 2024 NXP
4 */
5
6#include "imx8mp-evk-lvds1-imx-lvds-hdmi-common.dtsi"
7
8&it6263 {
9	ports {
10		port@0 {
11			reg = <0>;
12			dual-lvds-even-pixels;
13
14			it6263_lvds_link1: endpoint {
15				remote-endpoint = <&ldb_lvds_ch1>;
16			};
17		};
18
19		port@1 {
20			reg = <1>;
21			dual-lvds-odd-pixels;
22
23			it6263_lvds_link2: endpoint {
24				remote-endpoint = <&ldb_lvds_ch0>;
25			};
26		};
27	};
28};
29
30&lvds_bridge {
31	ports {
32		port@1 {
33			ldb_lvds_ch0: endpoint {
34				remote-endpoint = <&it6263_lvds_link2>;
35			};
36		};
37
38		port@2 {
39			ldb_lvds_ch1: endpoint {
40				remote-endpoint = <&it6263_lvds_link1>;
41			};
42		};
43	};
44};
45