We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6875726 commit e6ab32bCopy full SHA for e6ab32b
boot/zephyr/boards/nrf54l15dk_nrf54l15_cpuapp_ext_flash.overlay
@@ -9,22 +9,22 @@
9
/delete-node/ &slot0_partition;
10
/delete-node/ &slot1_partition;
11
12
-/delete-node/ &slot0_ns_partition;
13
-/delete-node/ &slot1_ns_partition;
14
-
15
/delete-node/ &storage_partition;
16
17
&cpuapp_rram {
18
reg = < 0x0 DT_SIZE_K(1524) >;
+
19
partitions {
20
boot_partition: partition@0 {
21
label = "mcuboot";
22
reg = <0x000000000 0x00014000>;
23
};
24
slot0_partition: partition@14000 {
25
label = "image-0";
26
reg = <0x000014000 0x0015A000>;
27
28
storage_partition: partition@16E000 {
29
label = "storage";
30
reg = < 0x16E000 0x9000 >;
@@ -34,6 +34,7 @@
34
35
&mx25r64 {
36
status = "okay";
37
38
39
compatible = "fixed-partitions";
40
#address-cells = <1>;
0 commit comments