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