1/*
2 * Copyright (c) 2018 Linaro Limited
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/same70b.dtsi>
10#include "dma_atmel_same70.h"
11
12/ {
13	sram0: memory@20400000 {
14		reg = <0x20400000 DT_SIZE_K(384)>;
15	};
16
17	soc {
18		flash-controller@400e0c00 {
19			flash0: flash@400000 {
20				reg = <0x00400000 DT_SIZE_K(2048)>;
21				erase-blocks = <&eefc 8 2048>, <&eefc 252 8192>;
22			};
23		};
24	};
25};
26