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