Commit d3c2448b authored by Liam Clark's avatar Liam Clark Committed by Carles Cufi
Browse files

soc: arm: st_stm32: fix sram devicetree nodes



This commit fixes the SRAM definition for the STM32L471xx.

Signed-off-by: default avatarLiam Clark <liam.james.clark@gmail.com>
parent 8069d47c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -9,7 +9,10 @@

/ {
	sram0: memory@20000000 {
		reg = <0x20000000 DT_SIZE_K(128)>;
		reg = <0x20000000 DT_SIZE_K(96)>;
	};
	sram1: memory@10000000 {
		reg = <0x10000000 DT_SIZE_K(32)>;
	};
	soc {
		flash-controller@40022000 {