Skip to content

Commit d890fa5

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 52b38e2 commit d890fa5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/releases/migration-guide-4.2.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,16 @@ 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+
* For STM32, the external memory base address and max possible size was given by the reg property
313+
of the compatible = "st,stm32-xspi"; (usually in the device DTS).
314+
The reg property of the compatible = "st,stm32-xspi-nor"; (usually in the board DTS)
315+
is now given <0> and the <size> property gives the actual size of the memory device in bits.
316+
317+
318+
309319
Other subsystems
310320
****************
311321

0 commit comments

Comments
 (0)