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