File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 61
61
reg = <0xC0000000 0x800000>;
62
62
};
63
63
64
+ reserved-memory {
65
+ #address-cells = <1>;
66
+ #size-cells = <1>;
67
+ ranges;
68
+
69
+ linux,cma {
70
+ compatible = "shared-dma-pool";
71
+ no-map;
72
+ size = <0x80000>;
73
+ linux,dma-default;
74
+ };
75
+ };
76
+
64
77
aliases {
65
78
serial0 = &usart1;
66
79
};
86
99
regulator-min-microvolt = <3300000>;
87
100
regulator-max-microvolt = <3300000>;
88
101
};
102
+
103
+ backlight: backlight {
104
+ compatible = "gpio-backlight";
105
+ gpios = <&gpiok 3 GPIO_ACTIVE_HIGH>;
106
+ status = "okay";
107
+ };
108
+
109
+ panel_rgb: panel-rgb {
110
+ compatible = "rocktech,rk043fn48h";
111
+ power-supply = <&vcc_3v3>;
112
+ backlight = <&backlight>;
113
+ enable-gpios = <&gpioi 12 GPIO_ACTIVE_HIGH>;
114
+ status = "okay";
115
+ port {
116
+ panel_in_rgb: endpoint {
117
+ remote-endpoint = <<dc_out_rgb>;
118
+ };
119
+ };
120
+ };
89
121
};
90
122
91
123
&clk_hse {
116
148
};
117
149
};
118
150
151
+ <dc {
152
+ pinctrl-0 = <<dc_pins_a>;
153
+ pinctrl-names = "default";
154
+ status = "okay";
155
+
156
+ port {
157
+ ltdc_out_rgb: endpoint {
158
+ remote-endpoint = <&panel_in_rgb>;
159
+ };
160
+ };
161
+ };
162
+
119
163
&sdio1 {
120
164
status = "okay";
121
165
vmmc-supply = <&vcc_3v3>;
You can’t perform that action at this time.
0 commit comments