Skip to content

Commit e11ca43

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/releases/migration-guide-4.2.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -663,8 +663,8 @@ SPI
663663
matching the compatible string.
664664

665665

666-
oSPI/xSPI
667-
=========
666+
qSPI/oSPI/xSPI
667+
==============
668668

669669
* On STM32 devices, external memories device tree descriptions for size and address are now split
670670
in two separate properties to comply with specification recommendations.
@@ -673,7 +673,7 @@ oSPI/xSPI
673673
is changed to ``reg = <0>;`` ``size = <DT_SIZE_M(512)>; / 512 Mbits */``.
674674

675675
Note that the property gives the actual size of the memory device in bits.
676-
Previous mapping address information is now described in xspi or ospi nodes at SoC dtsi level.
676+
Previous mapping address information is now described in xspi, ospi or qspi nodes at SoC dtsi level.
677677

678678
Video
679679
=====

0 commit comments

Comments
 (0)