1/* 2 * Copyright (c) 2021 Thomas Stranger 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6#include <mem.h> 7#include <st/wl/stm32wle5.dtsi> 8 9/ { 10 sram0: memory@20000000 { 11 reg = <0x20000000 DT_SIZE_K(64)>; 12 }; 13 14 soc { 15 flash-controller@58004000 { 16 flash0: flash@8000000 { 17 reg = <0x08000000 DT_SIZE_K(256)>; 18 }; 19 }; 20 }; 21}; 22