Skip to content

Commit 373ba9c

Browse files
committed
boards: shields: coverage_support: extend app code partition at h20
Still needed but removed during IRON integration. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent f86af87 commit 373ba9c

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

boards/shields/coverage_support/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,18 @@
77
&uart136 {
88
hw-flow-control;
99
};
10+
11+
/* Extend by 160 KB, taken from rad */
12+
&cpuapp_slot0_partition {
13+
reg = <0x40000 DT_SIZE_K(488)>;
14+
};
15+
16+
/* Shrink by 160 KB */
17+
/delete-node/ &cpurad_slot0_partition;
18+
&mram1x {
19+
partitions {
20+
cpurad_slot0_partition: partition@BA000 {
21+
reg = <0xBA000 DT_SIZE_K(168)>;
22+
};
23+
};
24+
};

boards/shields/coverage_support/boards/nrf54h20dk_nrf54h20_cpurad.overlay

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
*/
66

77
/* Shrink by 160 KB */
8-
&cpurad_slot0_partition {
9-
reg = <0x54000 DT_SIZE_K(96)>;
10-
};
11-
12-
/* To disable SDFW_SERVICES to save RAM */
13-
&cpusec_cpurad_ipc {
14-
status = "disabled";
8+
/delete-node/ &cpurad_slot0_partition;
9+
&mram1x {
10+
partitions {
11+
cpurad_slot0_partition: partition@BA000 {
12+
reg = <0xBA000 DT_SIZE_K(168)>;
13+
};
14+
};
1515
};

0 commit comments

Comments
 (0)