2021-01-16 03:19:14 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2018-2020 Nordic Semiconductor ASA
|
|
|
|
* Copyright (c) 2020 Circuit Dojo LLC
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
#include <nordic/nrf9160ns_sica.dtsi>
|
2023-05-24 00:51:03 +08:00
|
|
|
#include "sparkfun_thing_plus_nrf9160_common.dtsi"
|
2021-01-16 03:19:14 +08:00
|
|
|
|
|
|
|
/ {
|
|
|
|
chosen {
|
|
|
|
zephyr,flash = &flash0;
|
2024-06-21 19:16:45 +08:00
|
|
|
zephyr,sram = &sram0_ns_app;
|
2021-01-16 03:19:14 +08:00
|
|
|
zephyr,code-partition = &slot0_ns_partition;
|
|
|
|
};
|
2022-07-19 16:33:14 +08:00
|
|
|
|
|
|
|
aliases {
|
|
|
|
watchdog0 = &wdt0;
|
|
|
|
};
|
2021-01-16 03:19:14 +08:00
|
|
|
};
|