blob: 155c8d8186c6775e10440a4fa6ccbdf4e3606522 [file] [log] [blame]
/*
* Copyright (c) 2024 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <st/wb0/stm32wb09.dtsi>
/ {
soc {
flash: flash-controller@40001000 {
flash0: flash@10040000 {
reg = <0x10040000 DT_SIZE_K(512)>;
};
};
};
sram0: memory@20000000 {
reg = <0x20000000 DT_SIZE_K(64)>;
};
};