1// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2/*
3 * Copyright 2024
4 * Lukasz Majewski, DENX Software Engineering, lukma@denx.de
5 */
6
7/dts-v1/;
8#include "imx28-btt3.dtsi"
9
10/ {
11	panel {
12		compatible = "powertip,st7272", "panel-dpi";
13		power-supply = <&reg_3v3>;
14		width-mm = <70>;
15		height-mm = <52>;
16
17		panel-timing {
18			clock-frequency = <6500000>;
19			hactive = <320>;
20			vactive = <240>;
21			hfront-porch = <20>;
22			hback-porch = <68>;
23			hsync-len = <30>;
24			vfront-porch = <4>;
25			vback-porch = <14>;
26			vsync-len = <4>;
27			hsync-active = <0>;
28			vsync-active = <0>;
29			de-active = <1>;
30			pixelclk-active = <1>;
31		};
32
33		port {
34			panel_in: endpoint {
35				remote-endpoint = <&display_out>;
36			};
37		};
38	};
39};
40