Skip to content

Commit c7e2541

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 0d2c8d4 commit c7e2541

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
@@ -286,6 +286,16 @@ SPI
286286
* Renamed the device tree property ``port_sel`` to ``port-sel``.
287287
* Renamed the device tree property ``chip_select`` to ``chip-select``.
288288

289+
xSPI
290+
===
291+
292+
* For STM32, the external memory base address and max possible size is given by the reg property
293+
of the compatible = "st,stm32-xspi"; (usually in the device DTS).
294+
The reg property of the compatible = "st,stm32-xspi-nor"; (usually in the board DTS)
295+
is kept <0> and the <size> property gives the actual size of the memory device.
296+
297+
298+
289299
Other subsystems
290300
****************
291301

0 commit comments

Comments
 (0)