summaryrefslogtreecommitdiff
path: root/overlays/display-lt161010_overlay.dts
blob: 5fba8d9ea13058bc6dcd6f819cb597d4a819c7f0 (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
// LT161010 display (7inch) with a resolution of 800x480 pixel. This display can be ordered at Toradex.

/dts-v1/;
/plugin/;

/ {
	compatible = "toradex,colibri-imx7d-emmc","toradex,apalis_imx6q", "toradex,colibri_imx6dl";
	fragment@0 {
		target-path = "/panel-dpi";
		__overlay__ {
			status = "okay";
			width-mm = <154>;
			height-mm = <86>;
			panel-timing {
				clock-frequency = <33230769>;
				hactive = <800>;
				vactive = <480>;
				hsync-len = <128>;
				hfront-porch = <40>;
				hback-porch = <88>;
				vsync-len = <1>;
				vfront-porch = <10>;
				vback-porch = <33>;
				pixelclk-active = <1>;
			};
		};
	};
};