Skip to content

Commit 49fb5b9

Browse files
nvlsianpubjarki-andreasen
authored andcommitted
[nrf noup] boot/zephyr/boards: nrf54l15pdk ext-flash partition
Added DTS with partitioning which involves external flash as place for slo1_partition. Signed-off-by: Andrzej Puzdrowski <[email protected]> (cherry picked from commit efe6681)
1 parent c29ac42 commit 49fb5b9

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

boot/zephyr/boards/nrf54l15pdk_nrf54l15_cpuapp_ext_flash.overlay

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,42 @@
44
};
55
};
66

7+
/delete-node/ &boot_partition;
8+
/delete-node/ &slot0_partition;
9+
/delete-node/ &slot1_partition;
10+
11+
/delete-node/ &slot0_ns_partition;
12+
/delete-node/ &slot1_ns_partition;
13+
14+
/delete-node/ &storage_partition;
15+
16+
&rram0 {
17+
partitions {
18+
boot_partition: partition@0 {
19+
label = "mcuboot";
20+
reg = <0x000000000 0x00014000>;
21+
};
22+
slot0_partition: partition@14000 {
23+
label = "image-0";
24+
reg = <0x000014000 0x0015A000>;
25+
};
26+
storage_partition: partition@16E000 {
27+
label = "storage";
28+
reg = < 0x16E000 0x9000 >;
29+
};
30+
};
31+
};
732

833
&mx25r64 {
934
status = "okay";
35+
partitions {
36+
compatible = "fixed-partitions";
37+
#address-cells = <1>;
38+
#size-cells = <1>;
39+
40+
slot1_partition: partition@0 {
41+
label = "image-1";
42+
reg = <0x000000000 0x0015A000>;
43+
};
44+
};
1045
};

0 commit comments

Comments
 (0)