1/*
2 * Copyright (c) 2021 Actinius
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/dts-v1/;
8#include <nordic/nrf9160_sica.dtsi>
9#include "actinius_icarus_som_common.dtsi"
10
11/ {
12	chosen {
13		zephyr,sram = &sram0_s;
14		zephyr,flash = &flash0;
15		zephyr,code-partition = &slot0_partition;
16		zephyr,sram-secure-partition = &sram0_s;
17		zephyr,sram-non-secure-partition = &sram0_ns;
18	};
19};
20