Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

39 lines
707 B

/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "nrf54l_05_10_15.dtsi"
&cpuapp_sram {
reg = <0x20000000 DT_SIZE_K(72)>;
ranges = <0x0 0x20000000 DT_SIZE_K(72)>;
};
/* 72 + 24 = 96KB */
/ {
soc {
cpuflpr_sram: memory@20012000 {
compatible = "mmio-sram";
reg = <0x20012000 DT_SIZE_K(24)>;
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x0 0x20012000 DT_SIZE_K(24)>;
};
};
};
&cpuapp_rram {
reg = <0x0 DT_SIZE_K(470)>;
};
/* 470 + 30 = 500KB */
&rram_controller {
cpuflpr_rram: rram@75800 {
compatible = "soc-nv-flash";
reg = <0x75800 DT_SIZE_K(30)>;
erase-block-size = <4096>;
write-block-size = <16>;
};
};