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 52b38e2 commit d890fa5Copy full SHA for d890fa5
doc/releases/migration-guide-4.2.rst
@@ -306,6 +306,16 @@ SPI
306
* Renamed the device tree property ``port_sel`` to ``port-sel``.
307
* Renamed the device tree property ``chip_select`` to ``chip-select``.
308
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
319
Other subsystems
320
****************
321
0 commit comments