Skip to content

Commit 8485ba9

Browse files
committed
[nrf noup] samples: mgmt: mcumgr: smp_svr: Fix nrf54l15 dtc overlay file
nrf-squash! [nrf noup] samples: smp_svr: configuration for nrf54l15 Fixes this file to be correctly formatted and not delete the (now) non-existent non-secure partitions Signed-off-by: Jamie McCrae <[email protected]>
1 parent 1cef7e0 commit 8485ba9

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

samples/subsys/mgmt/mcumgr/smp_svr/boards/nrf54l15dk_nrf54l15_cpuapp_ext_flash.overlay

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,43 @@
44
};
55
};
66

7+
/delete-node/ &boot_partition;
8+
/delete-node/ &slot0_partition;
9+
/delete-node/ &slot1_partition;
10+
/delete-node/ &storage_partition;
11+
12+
&cpuapp_rram {
13+
reg = <0x0 DT_SIZE_K(1524)>;
14+
15+
partitions {
16+
boot_partition: partition@0 {
17+
label = "mcuboot";
18+
reg = <0x000000000 0x00014000>;
19+
};
20+
21+
slot0_partition: partition@14000 {
22+
label = "image-0";
23+
reg = <0x000014000 0x0015A000>;
24+
};
25+
26+
storage_partition: partition@16E000 {
27+
label = "storage";
28+
reg = < 0x16E000 0x9000 >;
29+
};
30+
};
31+
};
32+
733
&mx25r64 {
834
status = "okay";
35+
36+
partitions {
37+
compatible = "fixed-partitions";
38+
#address-cells = <1>;
39+
#size-cells = <1>;
40+
41+
slot1_partition: partition@0 {
42+
label = "image-1";
43+
reg = <0x000000000 0x0015A000>;
44+
};
45+
};
946
};

0 commit comments

Comments
 (0)