Skip to content

Commit d65fdde

Browse files
tomchynashif
authored andcommitted
boards: nrf54h20dk: Fix settings partition
Align settings and DFU partition definition with the values, specified by the design documentation. Signed-off-by: Tomasz Chyrowicz <[email protected]>
1 parent df77d10 commit d65fdde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-memory_map.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,11 @@
249249
#size-cells = <1>;
250250

251251
dfu_partition: partition@100000 {
252-
reg = < 0x100000 DT_SIZE_K(892) >;
252+
reg = < 0x100000 DT_SIZE_K(908) >;
253253
};
254254

255-
storage_partition: partition@1df000 {
256-
reg = < 0x1df000 DT_SIZE_K(24) >;
255+
storage_partition: partition@1e3000 {
256+
reg = < 0x1e3000 DT_SIZE_K(24) >;
257257
};
258258
};
259259
};

0 commit comments

Comments
 (0)