summaryrefslogtreecommitdiff
path: root/overlays/display-lt170410_overlay.dtsi
blob: b505109eed9fedee329c022e1ab44584b8c58222 (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
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/*
 * Copyright 2022 Toradex
 */

// LT170410 panel with a resolution of 1280x800 pixel.

&panel_lvds {
	status = "okay";

	data-mapping = "vesa-24";
	width-mm = <217>;
	height-mm = <136>;

	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>;
	};
};