29 lines
392 B
Plaintext
29 lines
392 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright 2024 NXP
|
|
*/
|
|
|
|
#include "imx8mp-evk-lvds0-imx-lvds-hdmi-common.dtsi"
|
|
|
|
&it6263 {
|
|
ports {
|
|
port@0 {
|
|
reg = <0>;
|
|
|
|
it6263_lvds_link1: endpoint {
|
|
remote-endpoint = <&ldb_lvds_ch0>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
&lvds_bridge {
|
|
ports {
|
|
port@1 {
|
|
ldb_lvds_ch0: endpoint {
|
|
remote-endpoint = <&it6263_lvds_link1>;
|
|
};
|
|
};
|
|
};
|
|
};
|