Skip to content

Commit d104ca2

Browse files
committed
dts: stm2wb: Limit flash size to 512 for now
We don't want to mess with CM-0 firmware for now. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 08a0029 commit d104ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/st/wb/stm32wb55Xg.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
soc {
2424
flash-controller@58004000 {
2525
flash0: flash@8000000 {
26-
reg = <0x08000000 DT_SIZE_K(1024)>;
26+
reg = <0x08000000 DT_SIZE_K(512)>;
2727
};
2828
};
2929
};

0 commit comments

Comments
 (0)