19 lines
366 B
Plaintext
19 lines
366 B
Plaintext
/*
|
|
* 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 "circuitdojo_feather_nrf9160_common.dtsi"
|
|
|
|
/ {
|
|
chosen {
|
|
zephyr,flash = &flash0;
|
|
zephyr,sram = &sram0_ns_app;
|
|
zephyr,code-partition = &slot0_ns_partition;
|
|
};
|
|
};
|