xref: /freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-evk-lvds1-imx-lvds-hdmi.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-lvds1-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
13*2846c905SEmmanuel Vadot			it6263_lvds_link1: endpoint {
14*2846c905SEmmanuel Vadot				remote-endpoint = <&ldb_lvds_ch1>;
15*2846c905SEmmanuel Vadot			};
16*2846c905SEmmanuel Vadot		};
17*2846c905SEmmanuel Vadot	};
18*2846c905SEmmanuel Vadot};
19*2846c905SEmmanuel Vadot
20*2846c905SEmmanuel Vadot&lvds_bridge {
21*2846c905SEmmanuel Vadot	ports {
22*2846c905SEmmanuel Vadot		port@2 {
23*2846c905SEmmanuel Vadot			ldb_lvds_ch1: endpoint {
24*2846c905SEmmanuel Vadot				remote-endpoint = <&it6263_lvds_link1>;
25*2846c905SEmmanuel Vadot			};
26*2846c905SEmmanuel Vadot		};
27*2846c905SEmmanuel Vadot	};
28*2846c905SEmmanuel Vadot};
29