1/* 2 * Copyright (c) 2020 Gerson Fernando Budke <nandojve@gmail.com> 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7#include <mem.h> 8#include <atmel/sam4l.dtsi> 9 10/ { 11 sram0: memory@20000000 { 12 reg = <0x20000000 DT_SIZE_K(32)>; 13 }; 14 15 soc { 16 flash-controller@400a0000 { 17 flash0: flash@0 { 18 reg = <0x00000000 DT_SIZE_K(256)>; 19 }; 20 }; 21 }; 22}; 23