Skip to content

Commit 7f4b3a4

Browse files
samples: smp_svr: extend mcuboot_merged_slot.overlay
The board overlay in bootloader/mcuboot for the nrf54h20dk/nrf54h20/cpuapp platform is required, but ignored as FILE_SUFFIX="merged_slot" matches the mcuboot_merged_slot.overlay in this sample instead. Copy the missing contents of the board overlay from bootloader/mcuboot to mcuboot_merged_slot.overlay Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent 984226a commit 7f4b3a4

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

samples/zephyr/subsys/mgmt/mcumgr/smp_svr/sysbuild/mcuboot_merged_slot.overlay

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,58 @@
1111
zephyr,code-partition = &boot_partition;
1212
};
1313
};
14+
15+
/*
16+
* Copy required overlay for mcuboot from bootloader/mcuboot.
17+
*
18+
* Required as the overlay in bootloader/mcuboot is ignored due to
19+
* FILE_SUFFIX="merged_slot" matching this overlay instead.
20+
*/
21+
22+
&gdpwr {
23+
status = "disabled";
24+
};
25+
26+
&gdpwr_fast_active_0 {
27+
status = "disabled";
28+
};
29+
30+
&gdpwr_fast_active_1 {
31+
status = "disabled";
32+
};
33+
34+
&gdpwr_fast_main {
35+
status = "disabled";
36+
};
37+
38+
&gdpwr_slow_active {
39+
status = "disabled";
40+
};
41+
42+
&gdpwr_slow_main {
43+
status = "disabled";
44+
};
45+
46+
&gpio_pad_group0 {
47+
status = "disabled";
48+
};
49+
50+
&gpio_pad_group1 {
51+
status = "disabled";
52+
};
53+
54+
&gpio_pad_group2 {
55+
status = "disabled";
56+
};
57+
58+
&gpio_pad_group6 {
59+
status = "disabled";
60+
};
61+
62+
&gpio_pad_group7 {
63+
status = "disabled";
64+
};
65+
66+
&gpio_pad_group9 {
67+
status = "disabled";
68+
};

0 commit comments

Comments
 (0)