Rename all dtsi files for Nordic boards for non secure builds to have a _ prefix before "ns" to increase readiblity. At the same time, change the path to include the arm folder in order to be able to differentiate with the vendor folder which has similar files. Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
19 lines
371 B
Plaintext
19 lines
371 B
Plaintext
/*
|
|
* Copyright (c) 2018-2020 Nordic Semiconductor ASA
|
|
* Copyright (c) 2020 Circuit Dojo LLC
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include <arm/nordic/nrf9160_ns_sica.dtsi>
|
|
#include "circuitdojo_feather_nrf9160_common.dtsi"
|
|
|
|
/ {
|
|
chosen {
|
|
zephyr,flash = &flash0;
|
|
zephyr,sram = &sram0_ns_app;
|
|
zephyr,code-partition = &slot0_ns_partition;
|
|
};
|
|
};
|