File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 306
306
* Renamed the device tree property ``port_sel `` to ``port-sel ``.
307
307
* Renamed the device tree property ``chip_select `` to ``chip-select ``.
308
308
309
+ xSPI
310
+ ====
311
+
312
+ * On STM32 devices, external memories device tree descriptions for size and address are now split
313
+ in two separate properties to comply with specification recommendations.
314
+
315
+ For instance, following external flash description ``reg = <0x70000000 DT_SIZE_M(64)>; /* 512 Mbits / ``
316
+ is changed to ``reg = <0>; `` ``size = <DT_SIZE_M(512)>; / 512 Mbits */ ``.
317
+
318
+ Note that the property gives the actual size of the memory device in bits.
319
+ Previous mapping address information is now described in xspi node at SoC dtsi level.
320
+
321
+
309
322
Other subsystems
310
323
****************
311
324
You can’t perform that action at this time.
0 commit comments