Skip to content

Commit 67c628d

Browse files
djiatsaf-stkartben
authored andcommitted
dts: arm: st: l5: add stm32l552xc dtsi file
This dts include file is for certain stm32 boards such as the stm32l552zc,which have a memory size of 256KB for both flash and RAM peripherals. Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>
1 parent 4592074 commit 67c628d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

dts/arm/st/l5/stm32l552Xc.dtsi

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*
2+
* Copyright (c) 2025 STMicroelectronics
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
#include <mem.h>
7+
#include <st/l5/stm32l552.dtsi>
8+
9+
/ {
10+
sram0: memory@20000000 {
11+
reg = <0x20000000 DT_SIZE_K(256)>;
12+
};
13+
14+
soc {
15+
flash-controller@40022000 {
16+
flash0: flash@8000000 {
17+
reg = <0x08000000 DT_SIZE_K(256)>;
18+
};
19+
};
20+
};
21+
};

0 commit comments

Comments
 (0)