1/* 2 * Copyright (c) 2019 Gerson Fernando Budke 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7#include <mem.h> 8#include <atmel/sam4e.dtsi> 9 10/ { 11 soc { 12 flash-controller@400e0a00 { 13 flash0: flash@400000 { 14 reg = <0x00400000 DT_SIZE_K(1024)>; 15 erase-blocks = <&eefc 8 2048>, <&eefc 252 4096>; 16 }; 17 }; 18 19 sram0: memory@20000000 { 20 reg = <0x20000000 DT_SIZE_K(128)>; 21 }; 22 }; 23}; 24