imx6q-smarcfimx6-wvga.dts
2.05 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/*
* Copyright (C) 2015 Embedian, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include "imx6q-smarcfimx6.dts"
/* LVDS Panel for AUO G070VW01 V0 7-inch Color TFT 800x480 Panel Settings */
&ldb {
status = "okay";
lvds-channel@0 {
fsl,data-mapping = "spwg";
fsl,data-width = <24>;
primary;
status = "okay";
display-timings {
native-mode = <&timing0>;
timing0: g070vw01 {
clock-frequency = <33300000>;
hactive = <800>;
vactive = <480>;
hback-porch = <64>;
hfront-porch = <64>;
vback-porch = <12>;
vfront-porch = <4>;
hsync-len = <128>;
vsync-len = <12>;
/*hsync-active = <0>;
vsync-active = <0>;*/
};
};
};
lvds-channel@1 {
fsl,data-mapping = "spwg";
fsl,data-width = <24>;
status = "okay";
display-timings {
native-mode = <&timing1>;
timing1: g070vw01 {
clock-frequency = <33300000>;
hactive = <800>;
vactive = <480>;
hback-porch = <64>;
hfront-porch = <64>;
vback-porch = <12>;
vfront-porch = <4>;
hsync-len = <128>;
vsync-len = <12>;
/*hsync-active = <0>;
vsync-active = <0>;*/
};
};
};
};