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