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/nrf9160_sica.dtsi>
10#include "sparkfun_thing_plus_nrf9160_common.dtsi"
11
12/ {
13	chosen {
14		zephyr,sram = &sram0_s;
15		zephyr,flash = &flash0;
16		zephyr,code-partition = &slot0_partition;
17		zephyr,sram-secure-partition = &sram0_s;
18		zephyr,sram-non-secure-partition = &sram0_ns;
19	};
20
21	aliases {
22		watchdog0 = &wdt0;
23	};
24};
25
26&uart0 {
27	status = "okay";
28	current-speed = <1000000>;
29};
30