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>
18 lines
295 B
Plaintext
18 lines
295 B
Plaintext
/*
|
|
* Copyright (c) 2019 Actinius
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include <arm/nordic/nrf9160_ns_sica.dtsi>
|
|
#include "actinius_icarus_common.dtsi"
|
|
|
|
/ {
|
|
chosen {
|
|
zephyr,flash = &flash0;
|
|
zephyr,sram = &sram0_ns;
|
|
zephyr,code-partition = &slot0_ns_partition;
|
|
};
|
|
};
|