You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
403 B
22 lines
403 B
/* |
|
* 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> |
|
#include "sparkfun_thing_plus_nrf9160_common.dtsi" |
|
|
|
/ { |
|
chosen { |
|
zephyr,flash = &flash0; |
|
zephyr,sram = &sram0_ns_app; |
|
zephyr,code-partition = &slot0_ns_partition; |
|
}; |
|
|
|
aliases { |
|
watchdog0 = &wdt0; |
|
}; |
|
};
|
|
|