xref: /linux/arch/arm64/boot/dts/freescale/imx8mp-dhcom-overlay-panel-dpi.dtsi (revision b2128290c29902315e632ea59e0504d6bc9e9b42)
1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (C) 2022-2026 Marek Vasut
4 */
5
6#include "imx8mp-dhcom-overlay-panel-common.dtsi"
7
8&lcdif1 {
9	status = "okay";
10};
11
12&mipi_dsi {
13	status = "okay";
14};
15
16&panel_in {
17	remote-endpoint = <&tc_bridge_out>;
18};
19
20&tc_bridge {
21	status = "okay";
22
23	ports {
24		#address-cells = <1>;
25		#size-cells = <0>;
26
27		port@1 {
28			reg = <1>;
29
30			tc_bridge_out: endpoint {
31				remote-endpoint = <&panel_in>;
32			};
33		};
34	};
35};
36