1/* 2 * Copyright (c) 2019 Gerson Fernando Budke 3 * Copyright (c) 2020 Stephanos Ioannidis <root@stephanos.io> 4 * 5 * SPDX-License-Identifier: Apache-2.0 6 */ 7 8#include <mem.h> 9#include <atmel/samv71b.dtsi> 10 11/ { 12 sram0: memory@20400000 { 13 reg = <0x20400000 DT_SIZE_K(384)>; 14 }; 15 16 soc { 17 flash-controller@400e0c00 { 18 flash0: flash@400000 { 19 reg = <0x00400000 DT_SIZE_K(1024)>; 20 erase-blocks = <&eefc 8 2048>, <&eefc 126 8192>; 21 }; 22 }; 23 }; 24}; 25