We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2c8d4 commit c7e2541Copy full SHA for c7e2541
doc/releases/migration-guide-4.2.rst
@@ -286,6 +286,16 @@ SPI
286
* Renamed the device tree property ``port_sel`` to ``port-sel``.
287
* Renamed the device tree property ``chip_select`` to ``chip-select``.
288
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
299
Other subsystems
300
****************
301
0 commit comments