summaryrefslogtreecommitdiff
path: root/overlays/display-dpi-lt170410_overlay.dts
blob: ee89c70971ce2957d0ef08a25bfb895cff57a016 (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
41
42
43
44
45
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/*
 * Copyright 2020-2021 Toradex
 */

// LT170410 display (10inch) connected to DPI-LVDS converter with a resolution of 1280x800 pixel.
// This display can be ordered at Toradex.

/dts-v1/;
/plugin/;

/ {
	compatible = "toradex,colibri_imx6dl",
		     "toradex,colibri-imx7s",
		     "toradex,colibri-imx7d",
		     "toradex,colibri-imx6ull-emmc",
		     "toradex,colibri-imx8x";
};

&{/panel-dpi} {
	status = "okay";

	data-mapping = "bgr666";

	width-mm = <217>;
	height-mm = <136>;

	panel-timing {
		clock-frequency = <68930000>;

		hactive = <1280>;
		hback-porch = <64>;
		hfront-porch = <64>;
		hsync-len = <40>;
		vactive = <800>;
		vback-porch = <5>;
		vfront-porch = <5>;
		vsync-len = <6>;

		de-active = <1>;
		hsync-active = <0>;
		vsync-active = <0>;
		pixelclk-active = <1>;
	};
};