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