1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright 2024 NXP
4 */
5
6/dts-v1/;
7/plugin/;
8
9&{/} {
10	lvds-hdmi-connector {
11		compatible = "hdmi-connector";
12		label = "J2";
13		type = "a";
14
15		port {
16			lvds2hdmi_connector_in: endpoint {
17				remote-endpoint = <&it6263_out>;
18			};
19		};
20	};
21};
22
23&lcdif2 {
24	status = "okay";
25};
26
27&lvds_bridge {
28	status = "okay";
29};
30