1/*
2 * Copyright (c) 2019 - 2020 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include <mem.h>
8#include <nordic/nrf5340_cpunet.dtsi>
9
10&flash1 {
11	reg = <0x01000000 DT_SIZE_K(256)>;
12};
13
14&sram0 {
15	reg = <0x20000000 DT_SIZE_K(512)>;
16};
17
18&sram1 {
19	reg = <0x21000000 DT_SIZE_K(64)>;
20};
21
22/ {
23	soc {
24		compatible = "nordic,nrf5340-cpunet-qkaa", "nordic,nrf5340-cpunet",
25			     "nordic,nrf53", "simple-bus";
26	};
27};
28