Skip to content

Commit 3d477ac

Browse files
committed
dts: stm32wb: Delete useless sram definitions
sram2a and sram2b where defined in the prospect of defining HCI shared memory sections from device tree. Remove them, since this is not the case anymore. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 80bae6f commit 3d477ac

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

dts/arm/st/wb/stm32wb55Xg.dtsi

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@
1111
reg = <0x20000000 DT_SIZE_K(96)>;
1212
};
1313

14-
sram2a:memory@20030000 {
15-
reg = <0x20030000 0x2800>;
16-
};
17-
18-
sram2b:memory@20038000 {
19-
reg = <0x20038000 0x5000>;
20-
};
21-
22-
2314
soc {
2415
flash-controller@58004000 {
2516
flash0: flash@8000000 {

0 commit comments

Comments
 (0)