1/*
2 * Copyright (c) 2018 Linaro Limited
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include <mem.h>
8#include <atmel/same70b.dtsi>
9#include "dma_atmel_same70.h"
10
11/ {
12	sram0: memory@20400000 {
13		reg = <0x20400000 DT_SIZE_K(256)>;
14	};
15
16	soc {
17		flash-controller@400e0c00 {
18			flash0: flash@400000 {
19				reg = <0x00400000 DT_SIZE_K(512)>;
20				erase-blocks = <&eefc 8 2048>, <&eefc 62 8192>;
21			};
22		};
23	};
24};
25