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
13			it6263_lvds_link1: endpoint {
14				remote-endpoint = <&ldb_lvds_ch1>;
15			};
16		};
17	};
18};
19
20&lvds_bridge {
21	ports {
22		port@2 {
23			ldb_lvds_ch1: endpoint {
24				remote-endpoint = <&it6263_lvds_link1>;
25			};
26		};
27	};
28};
29