1/* 2 * Copyright (c) 2024 STMicroelectronics 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7#include <st/wb0/stm32wb09.dtsi> 8 9/ { 10 soc { 11 flash: flash-controller@40001000 { 12 flash0: flash@10040000 { 13 reg = <0x10040000 DT_SIZE_K(512)>; 14 }; 15 }; 16 }; 17 18 sram0: memory@20000000 { 19 reg = <0x20000000 DT_SIZE_K(64)>; 20 }; 21}; 22