Skip to content

Commit a9f4a93

Browse files
committed
doc: releases:; migration guide updated
Update the migration guide for release v3.6 to detail the change about the bindings of `st,stm32-ospi-nor` and `st,stm32-qspi-nor` compatible Signed-off-by: Francois Ramu <[email protected]>
1 parent 8192b65 commit a9f4a93

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/releases/migration-guide-3.6.rst

+12
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,18 @@ Device Drivers and Device Tree
166166
status = "okay";
167167
};
168168
169+
170+
* The :dtcompatible:`st,stm32-ospi-nor` and :dtcompatible:`st,stm32-qspi-nor` give the nor flash
171+
base address and size (in Bytes) with the **reg** property as follows.
172+
The <size> property is not used anymore.
173+
174+
.. code-block:: devicetree
175+
176+
mx25lm51245: ospi-nor-flash@70000000 {
177+
compatible = "st,stm32-ospi-nor";
178+
reg = <0x70000000 DT_SIZE_M(64)>; /* 512 Mbits*/
179+
};
180+
169181
* The native Linux SocketCAN driver, which can now be used in both :ref:`native_posix<native_posix>`
170182
and :ref:`native_sim<native_sim>` with or without an embedded C-library, has been renamed to
171183
reflect this:

0 commit comments

Comments
 (0)