Skip to content

Commit f07e3ee

Browse files
committed
boards: shields: coverage_support: align memory for h20
Align to memory map changes. Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
1 parent 9d3c664 commit f07e3ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

boards/shields/coverage_support/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
/* Extend by 128 KB, taken from rad */
1111
&cpuapp_rx_partitions {
12-
cpuapp_slot0_partition: partition@86000 {
13-
reg = <0x86000 DT_SIZE_K(424)>;
12+
cpuapp_slot0_partition: partition@74000 {
13+
reg = <0x74000 DT_SIZE_K(448)>;
1414
};
1515
};
1616

1717
/* Shrink by 128 KB */
1818
&cpurad_slot0_partition {
19-
reg = <0x66000 DT_SIZE_K(128)>;
19+
reg = <0x54000 DT_SIZE_K(128)>;
2020
};
2121

2222
&uart136 {

boards/shields/coverage_support/boards/nrf54h20dk_nrf54h20_cpurad.overlay

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
/* Shrink by 128 KB */
88
&cpurad_slot0_partition {
9-
reg = <0x66000 DT_SIZE_K(128)>;
9+
reg = <0x54000 DT_SIZE_K(128)>;
1010
};

0 commit comments

Comments
 (0)