1/*
2 * Copyright (c) 2024 Norik Systems
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6/dts-v1/;
7#include <nordic/nrf9160_sica.dtsi>
8#include "octopus_som_common.dtsi"
9
10/ {
11	chosen {
12		zephyr,sram = &sram0_s;
13		zephyr,flash = &flash0;
14		zephyr,code-partition = &slot0_partition;
15		zephyr,sram-secure-partition = &sram0_s;
16		zephyr,sram-non-secure-partition = &sram0_ns;
17	};
18};
19
20&uart0 {
21	status = "okay";
22	current-speed = <115200>;
23};
24