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