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