Files
zephyr/dts/vendor/nordic/nrf54l10_cpuapp_ns.dtsi
Georgios Vasilakis 347b2c9077 dts: nordic: Rename the dts/vendor dtsi files
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>
2026-01-19 15:24:50 +01:00

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(192)>;
ranges = <0x0 0x20000000 DT_SIZE_K(192)>;
};
&cpuapp_rram {
reg = <0x0 DT_SIZE_K(1012)>;
};