Skip to content

Commit 1fa0296

Browse files
committed
doc: release-notes-4-2: new DTS properties for the xSPI of STM32 devices
Change to apply on the DTS of STM32 soc and boards with xSPI nodes Signed-off-by: Francois Ramu <[email protected]>
1 parent 9ff4a71 commit 1fa0296

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/releases/migration-guide-4.2.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,19 @@ SPI
306306
* Renamed the device tree property ``port_sel`` to ``port-sel``.
307307
* Renamed the device tree property ``chip_select`` to ``chip-select``.
308308

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+
309322
Other subsystems
310323
****************
311324

0 commit comments

Comments
 (0)