summaryrefslogtreecommitdiff
path: root/include/dt-bindings/display/screen-timing/lcd-86v-rgb1024x600.dtsi
blob: dcca65671ffb439a6eea78835220fad4d69fc568 (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 MIT)
/*
 * RockChip. LCD_RGB1024x600 FOR 86V
 *
 */


disp_timings: display-timings {
        native-mode = <&timing0>;
        timing0: timing0 {
		screen-type = <SCREEN_RGB>;
		out-face    = <OUT_P666>;
		clock-frequency = <60000000>;
		hactive = <1024>;
		vactive = <600>;
		hback-porch = <100>;
		hfront-porch = <120>;
		vback-porch = <10>;
		vfront-porch = <15>;
		hsync-len = <100>;
		vsync-len = <10>;
		hsync-active = <0>;
		vsync-active = <0>;
		de-active = <0>;
		pixelclk-active = <0>;
		swap-rb = <0>;
		swap-rg = <0>;
		swap-gb = <0>;
	};
};