1/*
2 * Copyright (c) 2018-2020 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/dts-v1/;
8#include <nordic/nrf9160ns_sica.dtsi>
9#include "nrf9160dk_nrf9160_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
19/* Disable UART1, because it is used by default in TF-M */
20&uart1 {
21	status = "disabled";
22};
23