summaryrefslogtreecommitdiff
path: root/overlays/apalis-imx8x_display-lt170410_overlay.dts
blob: 57a2a881c2a985db4ea4044af872aa3022aa957d (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
40
// LT170410 display (10inch) with a resolution of 1280x800 pixel. This display can be ordered at Toradex.

/dts-v1/;
/plugin/;
/ {
	compatible = "toradex,apalis-imx8qxp";
	fragment@0 {
		target = <&ldb1>;
		__overlay__ {
			status = "okay";
		};
	};

	fragment@1 {
		target = <&panel_2>;
		__overlay__ {
			status = "okay";
			compatible = "panel-lvds";

			data-mapping = "vesa-24";
			width-mm = <1280>;
			height-mm = <800>;

			panel-timing {
				clock-frequency = <68930000>;
				hactive = <1280>;
				vactive = <800>;
				hback-porch = <64>;
				hfront-porch = <64>;
				vback-porch = <5>;
				vfront-porch = <5>;
				hsync-len = <40>;
				vsync-len = <6>;
				hsync-active = <0>;
				vsync-active = <0>;
				pixelclk-active = <0>;
			};
		};
	};
};