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_io_board_common.dtsi" 9 10/ { 11 chosen { 12 zephyr,flash = &flash0; 13 zephyr,sram = &sram0_ns; 14 zephyr,code-partition = &slot0_ns_partition; 15 }; 16}; 17 18/* Disable UART1, because it is used by default in TF-M */ 19 20&uart1 { 21 status = "disabled"; 22}; 23