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 360
360
* Renamed the device tree property ``port_sel `` to ``port-sel ``.
361
361
* Renamed the device tree property ``chip_select `` to ``chip-select ``.
362
362
363
+ xSPI
364
+ ====
365
+
366
+ * On STM32 devices, external memories device tree descriptions for size and address are now split
367
+ in two separate properties to comply with specification recommendations.
368
+
369
+ For instance, following external flash description ``reg = <0x70000000 DT_SIZE_M(64)>; /* 512 Mbits / ``
370
+ is changed to ``reg = <0>; `` ``size = <DT_SIZE_M(512)>; / 512 Mbits */ ``.
371
+
372
+ Note that the property gives the actual size of the memory device in bits.
373
+ Previous mapping address information is now described in xspi node at SoC dtsi level.
374
+
375
+
363
376
Other subsystems
364
377
****************
365
378
You can’t perform that action at this time.
0 commit comments