1/*
2 * Copyright (c) 2018 Vincent van der Locht
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include <mem.h>
8#include <atmel/sam4s.dtsi>
9
10/ {
11	soc {
12		flash-controller@400e0a00 {
13			flash0: flash@400000 {
14				reg = <0x00400000 DT_SIZE_K(356)>;
15			};
16		};
17
18		sram0: memory@20100000 {
19			reg = <0x20100000 DT_SIZE_K(64)>;
20		};
21	};
22};
23