Skip to content

Commit 5d99bf1

Browse files
michalek-nofabiobaltieri
authored andcommitted
dts: arm: nrf54l: Add nodes required by MCUboot
The commit adds partitons on rram0. Signed-off-by: Mateusz Michalek <[email protected]>
1 parent 85b503e commit 5d99bf1

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

boards/nordic/nrf54l15pdk/nrf54l15pdk_nrf54l15_cpuapp.dts

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,30 @@
141141
compatible = "fixed-partitions";
142142
#address-cells = <1>;
143143
#size-cells = <1>;
144-
slot0_partition: partition@0 {
145-
label = "image-0";
144+
boot_partition: partition@0 {
145+
label = "mcuboot";
146146
reg = <0x0 DT_SIZE_K(64)>;
147147
};
148-
storage_partition: partition@f2000 {
148+
slot0_partition: partition@10000 {
149+
label = "image-0";
150+
reg = <0x10000 DT_SIZE_K(348)>;
151+
};
152+
slot0_ns_partition: partition@67000 {
153+
label = "image-0-nonsecure";
154+
reg = <0x67000 DT_SIZE_K(348)>;
155+
};
156+
slot1_partition: partition@be000 {
157+
label = "image-1";
158+
reg = <0xbe000 DT_SIZE_K(348)>;
159+
};
160+
slot1_ns_partition: partition@115000 {
161+
label = "image-1-nonsecure";
162+
reg = <0x115000 DT_SIZE_K(348)>;
163+
};
164+
/* 32k from 0x16c000 to 0x173fff reserved for TF-M partitions */
165+
storage_partition: partition@174000 {
149166
label = "storage";
150-
reg = <0xf2000 DT_SIZE_K(24)>;
167+
reg = <0x174000 DT_SIZE_K(36)>;
151168
};
152169
};
153170
};

0 commit comments

Comments
 (0)