File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 20
20
};
21
21
22
22
chosen {
23
+ #address-cells = <1>;
24
+ #size-cells = <1>;
25
+ ranges;
26
+
23
27
stdout-path = "serial0";
28
+
29
+ framebuffer@83201000 {
30
+ compatible = "simple-framebuffer";
31
+ reg = <0x83201000 (480 * 854 * 3)>;
32
+
33
+ width = <480>;
34
+ height = <854>;
35
+ stride = <(480 * 3)>;
36
+ format = "r8g8b8";
37
+
38
+ power-domains = <&gcc MDSS_GDSC>;
39
+
40
+ clocks = <&gcc GCC_MDSS_AHB_CLK>,
41
+ <&gcc GCC_MDSS_AXI_CLK>,
42
+ <&gcc GCC_MDSS_VSYNC_CLK>,
43
+ <&gcc GCC_MDSS_MDP_CLK>,
44
+ <&gcc GCC_MDSS_BYTE0_CLK>,
45
+ <&gcc GCC_MDSS_PCLK0_CLK>,
46
+ <&gcc GCC_MDSS_ESC0_CLK>;
47
+ };
48
+ };
49
+
50
+ reserved-memory {
51
+ #address-cells = <1>;
52
+ #size-cells = <1>;
53
+ ranges;
54
+
55
+ framebuffer@83201000 {
56
+ reg = <0x83201000 (480 * 854 * 3)>;
57
+ no-map;
58
+ };
24
59
};
25
60
26
61
backlight: backlight {
You can’t perform that action at this time.
0 commit comments