Skip to content

Commit 90da7e7

Browse files
committed
[nrf fromtree] boards: nrf54h20: increase size of cpuapp and cpurad partitions
This is possible due to the memory map changes introduced in 26603ce Signed-off-by: Håkon Amundsen <[email protected]> (cherry picked from commit 8a82b07)
1 parent 160c285 commit 90da7e7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-memory_map.dtsi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@
185185
#address-cells = <1>;
186186
#size-cells = <1>;
187187

188-
cpurad_slot0_partition: partition@66000 {
189-
reg = <0x66000 DT_SIZE_K(256)>;
188+
cpurad_slot0_partition: partition@54000 {
189+
reg = <0x54000 DT_SIZE_K(256)>;
190190
};
191191
};
192192

@@ -197,8 +197,8 @@
197197
#address-cells = <1>;
198198
#size-cells = <1>;
199199

200-
cpuapp_slot0_partition: partition@a6000 {
201-
reg = <0xa6000 DT_SIZE_K(248)>;
200+
cpuapp_slot0_partition: partition@94000 {
201+
reg = <0x94000 DT_SIZE_K(320)>;
202202
};
203203

204204
cpuppr_code_partition: partition@e4000 {
@@ -222,7 +222,7 @@
222222
};
223223

224224
storage_partition: partition@1e3000 {
225-
reg = < 0x1e3000 DT_SIZE_K(24) >;
225+
reg = < 0x1e3000 DT_SIZE_K(40) >;
226226
};
227227
};
228228
};

0 commit comments

Comments
 (0)