1// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2/* 3 * Copyright (c) 2025 Cherry Embedded Solutions GmbH 4 */ 5 6/dts-v1/; 7#include "px30-cobra.dtsi" 8 9/ { 10 model = "Theobroma Systems Cobra with ltk050h3148w Display"; 11 compatible = "tsd,px30-cobra-ltk050h3148w", "tsd,px30-cobra", "rockchip,px30"; 12}; 13 14&dsi { 15 #address-cells = <1>; 16 #size-cells = <0>; 17 status = "okay"; 18 19 panel@0 { 20 compatible = "leadtek,ltk050h3148w"; 21 reg = <0>; 22 backlight = <&backlight>; 23 iovcc-supply = <&vcc_1v8>; 24 pinctrl-names = "default"; 25 pinctrl-0 = <&dsp_rst>; 26 reset-gpios = <&gpio0 RK_PB2 GPIO_ACTIVE_LOW>; 27 vci-supply = <&vcc_2v8>; 28 29 port { 30 mipi_in_panel: endpoint { 31 remote-endpoint = <&mipi_out_panel>; 32 }; 33 }; 34 }; 35}; 36 37&dsi_out { 38 mipi_out_panel: endpoint { 39 remote-endpoint = <&mipi_in_panel>; 40 }; 41}; 42