summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/px30-pp1516-ltk050h3148w.dts
blob: a9bd5936c701ac2e5080bee14c27b03056c764c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Copyright (c) 2025 Cherry Embedded Solutions GmbH
 */

/dts-v1/;
#include "px30-pp1516.dtsi"

/ {
	model = "Theobroma Systems PP-1516 with LTK050H3148W Display";
	compatible = "tsd,px30-pp1516-ltk050h3148w", "tsd,px30-pp1516", "rockchip,px30";
};

&dsi {
	status = "okay";

	panel@0 {
		compatible = "leadtek,ltk050h3148w";
		reg = <0>;
		backlight = <&backlight>;
		iovcc-supply = <&vcc_1v8>;
		pinctrl-names = "default";
		pinctrl-0 = <&dsp_rst>;
		reset-gpios = <&gpio0 RK_PB2 GPIO_ACTIVE_LOW>;
		vci-supply = <&vcc_2v8>;

		port {
			mipi_in_panel: endpoint {
				remote-endpoint = <&mipi_out_panel>;
			};
		};
	};
};

&dsi_out {
	mipi_out_panel: endpoint {
		remote-endpoint = <&mipi_in_panel>;
	};
};