File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 97
97
status = "okay";
98
98
};
99
99
100
+ &ic3 {
101
+ pll-src = <1>;
102
+ ic-div = <6>;
103
+ status = "okay";
104
+ };
105
+
100
106
&ic6 {
101
107
pll-src = <3>;
102
108
ic-div = <2>;
@@ -224,6 +230,9 @@ zephyr_udc0: &usbotg_hs1 {
224
230
&xspim_p2_io3_pn5 &xspim_p2_io4_pn8 &xspim_p2_io5_pn9
225
231
&xspim_p2_io6_pn10 &xspim_p2_io7_pn11>;
226
232
pinctrl-names = "default";
233
+ clocks = <&rcc STM32_CLOCK(AHB5, 12)>,
234
+ <&rcc STM32_SRC_IC3 XSPI1_SEL(2)>,
235
+ <&rcc STM32_CLOCK(AHB5, 13)>;
227
236
status = "okay";
228
237
229
238
mx25um51245g: ospi-nor-flash@70000000 {
Original file line number Diff line number Diff line change 107
107
status = "okay";
108
108
};
109
109
110
+ &ic3 {
111
+ pll-src = <1>;
112
+ ic-div = <6>;
113
+ status = "okay";
114
+ };
115
+
110
116
&ic4 {
111
117
pll-src = <2>;
112
118
ic-div = <32>;
@@ -238,6 +244,9 @@ zephyr_udc0: &usbotg_hs1 {
238
244
&xspim_p1_io12_pp12 &xspim_p1_io13_pp13 &xspim_p1_io14_pp14
239
245
&xspim_p1_io15_pp15>;
240
246
pinctrl-names = "default";
247
+ clocks = <&rcc STM32_CLOCK(AHB5, 5)>,
248
+ <&rcc STM32_SRC_IC3 XSPI1_SEL(2)>,
249
+ <&rcc STM32_CLOCK(AHB5, 13)>;
241
250
status = "okay";
242
251
243
252
memc: aps256xxn_obr: memory@90000000 {
@@ -258,6 +267,9 @@ zephyr_udc0: &usbotg_hs1 {
258
267
&xspim_p2_io3_pn5 &xspim_p2_io4_pn8 &xspim_p2_io5_pn9
259
268
&xspim_p2_io6_pn10 &xspim_p2_io7_pn11>;
260
269
pinctrl-names = "default";
270
+ clocks = <&rcc STM32_CLOCK(AHB5, 12)>,
271
+ <&rcc STM32_SRC_IC3 XSPI1_SEL(2)>,
272
+ <&rcc STM32_CLOCK(AHB5, 13)>;
261
273
status = "okay";
262
274
263
275
mx66uw1g45g: ospi-nor-flash@70000000 {
You can’t perform that action at this time.
0 commit comments