File tree Expand file tree Collapse file tree 9 files changed +26
-17
lines changed Expand file tree Collapse file tree 9 files changed +26
-17
lines changed Original file line number Diff line number Diff line change @@ -269,9 +269,10 @@ zephyr_udc0: &usbotg_fs {
269
269
270
270
status = "okay";
271
271
272
- mx25r6435f: ospi-nor-flash@90000000 {
272
+ mx25r6435f: ospi-nor-flash@0 {
273
273
compatible = "st,stm32-ospi-nor";
274
- reg = <0x90000000 DT_SIZE_M(8)>; /* 64 Megabits */
274
+ reg = <0>;
275
+ size = <DT_SIZE_M(64)>; /* 64 Megabits */
275
276
ospi-max-frequency = <DT_FREQ_M(26)>; /* for Voltage Range 2 */
276
277
spi-bus-width = <OSPI_QUAD_MODE>;
277
278
data-rate = <OSPI_STR_TRANSFER>;
Original file line number Diff line number Diff line change 85
85
/* Winbond external flash */
86
86
w25q64jvssiq_qspi: qspi-nor-flash@0 {
87
87
compatible = "st,stm32-ospi-nor";
88
- reg = <0 DT_SIZE_M(8)>; /* 64 Mbits */
88
+ reg = <0>;
89
+ size = <DT_SIZE_M(64)>; /* 64 Mbits */
89
90
ospi-max-frequency = <DT_FREQ_M(133)>;
90
91
spi-bus-width = <OSPI_QUAD_MODE>;
91
92
data-rate = <OSPI_STR_TRANSFER>;
Original file line number Diff line number Diff line change @@ -246,9 +246,10 @@ zephyr_udc0: &usbotg_fs {
246
246
247
247
status = "okay";
248
248
249
- mx25r6435f: ospi-nor-flash@90000000 {
249
+ mx25r6435f: ospi-nor-flash@0 {
250
250
compatible = "st,stm32-ospi-nor";
251
- reg = <0x90000000 DT_SIZE_M(8)>; /* 64 Megabits */
251
+ reg = <0>;
252
+ size = <DT_SIZE_M(64)>; /* 64 Megabits */
252
253
ospi-max-frequency = <DT_FREQ_M(26)>; /* for Voltage Range 2 */
253
254
spi-bus-width = <OSPI_QUAD_MODE>;
254
255
data-rate = <OSPI_STR_TRANSFER>;
Original file line number Diff line number Diff line change @@ -137,9 +137,10 @@ stm32_lp_tick_source: &lptim1 {
137
137
138
138
status = "okay";
139
139
140
- mx25lm51245: ospi-nor-flash@70000000 {
140
+ mx25lm51245: ospi-nor-flash@0 {
141
141
compatible = "st,stm32-ospi-nor";
142
- reg = <0x70000000 DT_SIZE_M(64)>; /* 512 Mbits */
142
+ reg = <0>;
143
+ size = <DT_SIZE_M(512)>; /* 512 Megabits */
143
144
ospi-max-frequency = <DT_FREQ_M(50)>;
144
145
spi-bus-width = <OSPI_OPI_MODE>;
145
146
data-rate = <OSPI_DTR_TRANSFER>;
Original file line number Diff line number Diff line change 180
180
181
181
status = "okay";
182
182
183
- mx25lm51245: ospi-nor-flash@90000000 {
183
+ mx25lm51245: ospi-nor-flash@0 {
184
184
compatible = "st,stm32-ospi-nor";
185
- reg = <0x90000000 DT_SIZE_M(64)>; /* 512 Mbits */
185
+ reg = <0>;
186
+ size = <DT_SIZE_M(512)>; /* 512 Megabits */
186
187
ospi-max-frequency = <DT_FREQ_M(50)>;
187
188
spi-bus-width = <OSPI_OPI_MODE>;
188
189
data-rate = <OSPI_DTR_TRANSFER>;
Original file line number Diff line number Diff line change 287
287
288
288
status = "okay";
289
289
290
- mx25lm51245: ospi-nor-flash@90000000 {
290
+ mx25lm51245: ospi-nor-flash@0 {
291
291
compatible = "st,stm32-ospi-nor";
292
- reg = <0x90000000 DT_SIZE_M(64)>; /* 512 Mbits */
292
+ reg = <0>;
293
+ size = <DT_SIZE_M(512)>; /* 512 Megabits */
293
294
ospi-max-frequency = <DT_FREQ_M(50)>;
294
295
spi-bus-width = <OSPI_OPI_MODE>;
295
296
data-rate = <OSPI_DTR_TRANSFER>;
Original file line number Diff line number Diff line change @@ -290,10 +290,11 @@ zephyr_udc0: &usbotg_fs {
290
290
&octospim_p2_dqs_pg15>;
291
291
pinctrl-names = "default";
292
292
293
- mx25lm51245: ospi-nor-flash@90000000 {
293
+ mx25lm51245: ospi-nor-flash@0 {
294
294
status = "okay";
295
295
compatible = "st,stm32-ospi-nor";
296
- reg = <0x90000000 DT_SIZE_M(64)>; /* 512 Mbits */
296
+ reg = <0>;
297
+ size = <DT_SIZE_M(512)>; /* 512 Megabits */
297
298
ospi-max-frequency = <DT_FREQ_M(25)>;
298
299
spi-bus-width = <OSPI_OPI_MODE>;
299
300
data-rate = <OSPI_STR_TRANSFER>;
Original file line number Diff line number Diff line change @@ -227,9 +227,10 @@ stm32_lp_tick_source: &lptim1 {
227
227
228
228
status = "okay";
229
229
230
- mx25lm51245: ospi-nor-flash@90000000 {
230
+ mx25lm51245: ospi-nor-flash@0 {
231
231
compatible = "st,stm32-ospi-nor";
232
- reg = <0x90000000 DT_SIZE_M(64)>; /* 512 Mbits */
232
+ reg = <0>;
233
+ size = <DT_SIZE_M(512)>; /* 512 Megabits */
233
234
ospi-max-frequency = <DT_FREQ_M(50)>;
234
235
spi-bus-width = <OSPI_OPI_MODE>;
235
236
data-rate = <OSPI_DTR_TRANSFER>;
Original file line number Diff line number Diff line change @@ -142,9 +142,10 @@ zephyr_udc0: &usbotg_hs {
142
142
&octospim_p1_io2_pe2 &octospim_p1_io3_pd13>;
143
143
status = "okay";
144
144
145
- w25q64_qspi: ospi-nor-flash@90000000 {
145
+ w25q64_qspi: ospi-nor-flash@0 {
146
146
compatible = "st,stm32-ospi-nor";
147
- reg = <0x90000000 DT_SIZE_M(64)>; /* 64 Mbits */
147
+ reg = <0>;
148
+ size = <DT_SIZE_M(64)>; /* 64 Mbits */
148
149
ospi-max-frequency = <40000000>;
149
150
status = "okay";
150
151
spi-bus-width = <4>;
You can’t perform that action at this time.
0 commit comments