Skip to content

Commit 83589d5

Browse files
FRASTMdanieldegrasse
authored andcommitted
doc: release-notes-4-2: new DTS properties for the OSPI of STM32 devices
Change to apply on the DTS of STM32 soc and boards with OSPI nodes Signed-off-by: Francois Ramu <francois.ramu@st.com>
1 parent 11d3b45 commit 83589d5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/releases/migration-guide-4.2.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -610,8 +610,9 @@ SPI
610610
* The binding file for :dtcompatible:`andestech,atcspi200` has been renamed to have a name
611611
matching the compatible string.
612612

613-
xSPI
614-
====
613+
614+
oSPI/xSPI
615+
=========
615616

616617
* On STM32 devices, external memories device tree descriptions for size and address are now split
617618
in two separate properties to comply with specification recommendations.
@@ -620,7 +621,7 @@ xSPI
620621
is changed to ``reg = <0>;`` ``size = <DT_SIZE_M(512)>; / 512 Mbits */``.
621622

622623
Note that the property gives the actual size of the memory device in bits.
623-
Previous mapping address information is now described in xspi node at SoC dtsi level.
624+
Previous mapping address information is now described in xspi or ospi nodes at SoC dtsi level.
624625

625626
Video
626627
=====

0 commit comments

Comments
 (0)