Skip to content

Commit 22ca514

Browse files
FRASTMkartben
authored andcommitted
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 <francois.ramu@st.com>
1 parent 95d95dc commit 22ca514

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
@@ -360,6 +360,19 @@ SPI
360360
* Renamed the device tree property ``port_sel`` to ``port-sel``.
361361
* Renamed the device tree property ``chip_select`` to ``chip-select``.
362362

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+
363376
Other subsystems
364377
****************
365378

0 commit comments

Comments
 (0)