File tree 7 files changed +12
-19
lines changed
7 files changed +12
-19
lines changed Original file line number Diff line number Diff line change @@ -261,11 +261,10 @@ zephyr_udc0: &usbotg_fs {
261
261
262
262
status = "okay";
263
263
264
- mx25r6435f: ospi-nor-flash@0 {
264
+ mx25r6435f: ospi-nor-flash@90000000 {
265
265
compatible = "st,stm32-ospi-nor";
266
- reg = <0>;
266
+ reg = <0x90000000 DT_SIZE_M(8)>; /* 64 Megabits */
267
267
ospi-max-frequency = <DT_FREQ_M(26)>; /* for Voltage Range 2 */
268
- size = <DT_SIZE_M(64)>; /* 64 Megabits */
269
268
spi-bus-width = <OSPI_QUAD_MODE>;
270
269
data-rate = <OSPI_STR_TRANSFER>;
271
270
writeoc="PP_1_4_4";
Original file line number Diff line number Diff line change @@ -251,11 +251,10 @@ zephyr_udc0: &usbotg_fs {
251
251
252
252
status = "okay";
253
253
254
- mx25r6435f: ospi-nor-flash@0 {
254
+ mx25r6435f: ospi-nor-flash@90000000 {
255
255
compatible = "st,stm32-ospi-nor";
256
- reg = <0>;
256
+ reg = <0x90000000 DT_SIZE_M(8)>; /* 64 Megabits */
257
257
ospi-max-frequency = <DT_FREQ_M(26)>; /* for Voltage Range 2 */
258
- size = <DT_SIZE_M(64)>; /* 64 Megabits */
259
258
spi-bus-width = <OSPI_QUAD_MODE>;
260
259
data-rate = <OSPI_STR_TRANSFER>;
261
260
writeoc="PP_1_4_4";
Original file line number Diff line number Diff line change 239
239
240
240
status = "okay";
241
241
242
- mx25lm51245: ospi-nor-flash@0 {
242
+ mx25lm51245: ospi-nor-flash@90000000 {
243
243
compatible = "st,stm32-ospi-nor";
244
- reg = <0>;
244
+ reg = <0x90000000 DT_SIZE_M(64)>; /* 512 Mbits */
245
245
ospi-max-frequency = <DT_FREQ_M(50)>;
246
- size = <DT_SIZE_M(512)>; /* 64 MBytes */
247
246
spi-bus-width = <OSPI_OPI_MODE>;
248
247
data-rate = <OSPI_DTR_TRANSFER>;
249
248
four-byte-opcodes;
Original file line number Diff line number Diff line change 165
165
166
166
status = "okay";
167
167
168
- mx25lm51245: ospi-nor-flash@0 {
168
+ mx25lm51245: ospi-nor-flash@90000000 {
169
169
compatible = "st,stm32-ospi-nor";
170
- reg = <0>;
170
+ reg = <0x90000000 DT_SIZE_M(64)>; /* 512 Mbits */
171
171
ospi-max-frequency = <DT_FREQ_M(50)>;
172
- size = <DT_SIZE_M(512)>; /* 64 MBytes */
173
172
spi-bus-width = <OSPI_OPI_MODE>;
174
173
data-rate = <OSPI_DTR_TRANSFER>;
175
174
status = "okay";
Original file line number Diff line number Diff line change 124
124
compatible = "st,stm32-qspi-nor";
125
125
reg = <0x90000000 DT_SIZE_M(64)>; /* 512 Mbits */
126
126
qspi-max-frequency = <72000000>;
127
- size = <DT_SIZE_M(512)>; /* 64 MBytes */
128
127
status = "okay";
129
128
};
130
129
};
Original file line number Diff line number Diff line change 253
253
254
254
status = "okay";
255
255
256
- mx25lm51245: ospi-nor-flash@0 {
256
+ mx25lm51245: ospi-nor-flash@90000000 {
257
257
compatible = "st,stm32-ospi-nor";
258
- reg = <0>;
258
+ reg = <0x90000000 DT_SIZE_M(64)>; /* 512 Mbits */
259
259
ospi-max-frequency = <DT_FREQ_M(50)>;
260
- size = <DT_SIZE_M(512)>; /* 512 Megabits */
261
260
spi-bus-width = <OSPI_OPI_MODE>;
262
261
data-rate = <OSPI_DTR_TRANSFER>;
263
262
status = "okay";
Original file line number Diff line number Diff line change @@ -224,12 +224,11 @@ zephyr_udc0: &usbotg_fs {
224
224
&octospim_p2_dqs_pg15>;
225
225
pinctrl-names = "default";
226
226
227
- mx25lm51245: ospi-nor-flash@0 {
227
+ mx25lm51245: ospi-nor-flash@90000000 {
228
228
status = "okay";
229
229
compatible = "st,stm32-ospi-nor";
230
- reg = <0>;
230
+ reg = <0x90000000 DT_SIZE_M(64)>; /* 512 Mbits */
231
231
ospi-max-frequency = <DT_FREQ_M(25)>;
232
- size = <DT_SIZE_M(512)>; /* 512 Mbits = 64 MBytes */
233
232
spi-bus-width = <OSPI_OPI_MODE>;
234
233
data-rate = <OSPI_STR_TRANSFER>;
235
234
four-byte-opcodes;
You can’t perform that action at this time.
0 commit comments