This renames the dtsi files in the dts/vendor/nordic to include the cpuapp in the filename. At the same time it updates the inclusion of these files to include the vendor in the path because the same filenames exists in both: dts/vendor/nordic dts/arm/nordic Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
17 lines
276 B
Plaintext
17 lines
276 B
Plaintext
/*
|
|
* Copyright (c) 2025 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include "nrf54l_05_10_15.dtsi"
|
|
|
|
&cpuapp_sram {
|
|
reg = <0x20000000 DT_SIZE_K(256)>;
|
|
ranges = <0x0 0x20000000 DT_SIZE_K(256)>;
|
|
};
|
|
|
|
&cpuapp_rram {
|
|
reg = <0x0 DT_SIZE_K(1524)>;
|
|
};
|