1// SPDX-License-Identifier: (GPL-2.0-or-later OR MIT) 2/* 3 * Copyright 2013-2014 Freescale Semiconductor, Inc. 4 * Copyright 2018-2025 TQ-Systems GmbH <linux@ew.tq-group.com>, 5 * D-82229 Seefeld, Germany. 6 * Author: Alexander Stein 7 */ 8 9#include <dt-bindings/gpio/gpio.h> 10 11/dts-v1/; 12/plugin/; 13 14&backlight_dcu { 15 status = "okay"; 16}; 17 18&dcu { 19 status = "okay"; 20 21 port { 22 dcu_out: endpoint { 23 remote-endpoint = <&lvds_encoder_in>; 24 }; 25 }; 26}; 27 28&display { 29 compatible = "tianma,tm070jvhg33"; 30 status = "okay"; 31}; 32 33&lvds_encoder { 34 status = "okay"; 35}; 36 37&lvds_encoder_in { 38 remote-endpoint = <&dcu_out>; 39}; 40 41&lvds_encoder_out { 42 remote-endpoint = <&panel_in>; 43}; 44 45&panel_in { 46 remote-endpoint = <&lvds_encoder_out>; 47}; 48