1/*
2 * Copyright (c) 2019 ML!PA Consulting GmbH
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include <mem.h>
8#include <atmel/same5x.dtsi>
9
10/ {
11	soc {
12		nvmctrl@41004000 {
13			flash0: flash@0 {
14				reg = <0x0 DT_SIZE_K(1024)>;
15			};
16		};
17
18		sram0: memory@20000000 {
19			reg = <0x20000000 DT_SIZE_K(256)>;
20		};
21	};
22};
23