Skip to content

Commit b633265

Browse files
asmellbykartben
authored andcommitted
doc: migration-guide-4.2: Silabs SoC DTS restructure
Describe changes users need to do in their out of tree board definitions after the SoC DTS files have been moved into subdirectories. Signed-off-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com>
1 parent a05567b commit b633265

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/releases/migration-guide-4.2.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ Devicetree
8989
to more specific locations. Therefore, any dts files which ``#include <common/some_file.dtsi>``
9090
a file from in the zephyr tree will need to be changed to just ``#include <some_file.dtsi>``.
9191

92+
* Silicon Labs SoC-level dts files for Series 2 have been reorganized in subdirectories per device
93+
superfamily. Therefore, any dts files for boards that use Series 2 SoCs will need to change their
94+
include from ``#include <silabs/some_soc.dtsi>`` to ``#include <silabs/xg2[1-9]/some_soc.dtsi>``.
95+
9296
DAI
9397
===
9498

0 commit comments

Comments
 (0)