File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 8
8
#include <nordic/nrf54l15_cpuflpr.dtsi>
9
9
#include "nrf54l15dk_common.dtsi"
10
10
11
+ /delete-node/ &cpuflpr_sram;
12
+
11
13
/ {
12
14
model = "Nordic nRF54L15 DK nRF54L15 FLPR MCU";
13
15
compatible = "nordic,nrf54l15dk_nrf54l15-cpuflpr";
19
21
zephyr,flash = &cpuflpr_rram;
20
22
zephyr,sram = &cpuflpr_sram;
21
23
};
22
- };
23
24
24
- &cpuflpr_sram {
25
- status = "okay";
26
- /* size must be increased due to booting from SRAM */
27
- reg = <0x20028000 DT_SIZE_K(96)>;
28
- ranges = <0x0 0x20028000 0x18000>;
25
+ cpuflpr_sram: memory@20028000 {
26
+ compatible = "mmio-sram";
27
+ /* Size must be increased due to booting from SRAM */
28
+ reg = <0x20028000 DT_SIZE_K(96)>;
29
+ #address-cells = <1>;
30
+ #size-cells = <1>;
31
+ ranges = <0x0 0x20028000 0x18000>;
32
+ status = "okay";
33
+ };
29
34
};
30
35
31
36
&cpuflpr_rram {
You can’t perform that action at this time.
0 commit comments