Skip to content

Commit 8a5880f

Browse files
dchat-nordicrlubos
authored andcommitted
applications: machine_learning: Correct nRF54H20 overlay
Correct nRF54H20 overlay in machine learning application to align with ironside. Jira: NCSDK-34532 Signed-off-by: Dominik Chat <[email protected]>
1 parent a75041c commit 8a5880f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

applications/machine_learning/sysbuild/ipc_radio/boards/nrf54h20dk_nrf54h20_cpurad.overlay

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@
1111
};
1212
};
1313

14+
/delete-node/ &cpuapp_slot0_partition;
15+
/delete-node/ &cpurad_slot0_partition;
16+
17+
&mram1x {
18+
partitions {
19+
cpuapp_slot0_partition: partition@30000 {
20+
reg = <0x30000 0x82000>;
21+
};
22+
23+
slot0_partition: cpurad_slot0_partition: partition@b2000 {
24+
reg = <0xb2000 0x32000>;
25+
};
26+
};
27+
};
28+
1429
&uart135 {
1530
status = "disabled";
1631
};

0 commit comments

Comments
 (0)