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