1/*
2 * Copyright (c) 2024 Norik Systems
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6/dts-v1/;
7#include <nordic/nrf9160ns_sica.dtsi>
8#include "octopus_som_common.dtsi"
9
10/ {
11	chosen {
12		zephyr,flash = &flash0;
13		zephyr,sram = &sram0_ns_app;
14		zephyr,code-partition = &slot0_ns_partition;
15	};
16};
17