Skip to content

Commit 9059b6a

Browse files
FRASTMcarlescufi
authored andcommitted
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 9e13290 commit 9059b6a

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
@@ -177,6 +177,18 @@ Device Drivers and Device Tree
177177
status = "okay";
178178
};
179179
180+
181+
* The :dtcompatible:`st,stm32-ospi-nor` and :dtcompatible:`st,stm32-qspi-nor` give the nor flash
182+
base address and size (in Bytes) with the **reg** property as follows.
183+
The <size> property is not used anymore.
184+
185+
.. code-block:: devicetree
186+
187+
mx25lm51245: ospi-nor-flash@70000000 {
188+
compatible = "st,stm32-ospi-nor";
189+
reg = <0x70000000 DT_SIZE_M(64)>; /* 512 Mbits*/
190+
};
191+
180192
* The native Linux SocketCAN driver, which can now be used in both :ref:`native_posix<native_posix>`
181193
and :ref:`native_sim<native_sim>` with or without an embedded C-library, has been renamed to
182194
reflect this:

0 commit comments

Comments
 (0)