dts: stm32wba: Introduce stm32wba55Xg package

Based on stm32wba55, stm32wba55Xg is similar from device tree description
to stm32wba52Xg.

Take the opportunity to fix stm32wba52Xg descriuption scheme which was
missing stm32wba52.dtsi.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
This commit is contained in:
Erwan Gouriou 2023-12-01 16:28:34 +01:00 committed by Fabio Baltieri
parent 31b493128f
commit 3bbc2cc9e1
4 changed files with 46 additions and 3 deletions

View file

@ -0,0 +1,12 @@
/*
* Copyright (c) 2023 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <st/wba/stm32wba.dtsi>
/ {
soc {
compatible = "st,stm32wba52", "st,stm32wba", "simple-bus";
};
};

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <st/wba/stm32wba.dtsi>
#include <st/wba/stm32wba52.dtsi>
/ {
sram0: memory@20000000 {
@ -12,8 +12,6 @@
};
soc {
compatible = "st,stm32wba52", "st,stm32wba", "simple-bus";
flash-controller@40022000 {
flash0: flash@8000000 {
reg = <0x08000000 DT_SIZE_M(1)>;

View file

@ -0,0 +1,12 @@
/*
* Copyright (c) 2023 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <st/wba/stm32wba52.dtsi>
/ {
soc {
compatible = "st,stm32wba55", "st,stm32wba", "simple-bus";
};
};

View file

@ -0,0 +1,21 @@
/*
* Copyright (c) 2023 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <st/wba/stm32wba55.dtsi>
/ {
sram0: memory@20000000 {
reg = <0x20000000 DT_SIZE_K(128)>;
};
soc {
flash-controller@40022000 {
flash0: flash@8000000 {
reg = <0x08000000 DT_SIZE_M(1)>;
};
};
};
};