45 lines
648 B
Plaintext
45 lines
648 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright 2024 NXP
|
|
*/
|
|
|
|
#include "imx8mp-evk-lvds1-imx-lvds-hdmi-common.dtsi"
|
|
|
|
&it6263 {
|
|
ports {
|
|
port@0 {
|
|
reg = <0>;
|
|
dual-lvds-even-pixels;
|
|
|
|
it6263_lvds_link1: endpoint {
|
|
remote-endpoint = <&ldb_lvds_ch1>;
|
|
};
|
|
};
|
|
|
|
port@1 {
|
|
reg = <1>;
|
|
dual-lvds-odd-pixels;
|
|
|
|
it6263_lvds_link2: endpoint {
|
|
remote-endpoint = <&ldb_lvds_ch0>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
&lvds_bridge {
|
|
ports {
|
|
port@1 {
|
|
ldb_lvds_ch0: endpoint {
|
|
remote-endpoint = <&it6263_lvds_link2>;
|
|
};
|
|
};
|
|
|
|
port@2 {
|
|
ldb_lvds_ch1: endpoint {
|
|
remote-endpoint = <&it6263_lvds_link1>;
|
|
};
|
|
};
|
|
};
|
|
};
|