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>
24 lines
350 B
Plaintext
24 lines
350 B
Plaintext
/*
|
|
* Copyright (c) 2020 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <mem.h>
|
|
#include <arm/nordic/nrf5340_cpuapp_ns.dtsi>
|
|
|
|
&flash0 {
|
|
reg = <0x00000000 DT_SIZE_K(1024)>;
|
|
};
|
|
|
|
&sram0 {
|
|
reg = <0x20000000 DT_SIZE_K(512)>;
|
|
ranges = <0x0 0x20000000 DT_SIZE_K(512)>;
|
|
};
|
|
|
|
/ {
|
|
soc {
|
|
compatible = "simple-bus";
|
|
};
|
|
};
|