File tree Expand file tree Collapse file tree 3 files changed +65
-9
lines changed
samples/dfu/dfu_multi_image/sysbuild/mcuboot/boards Expand file tree Collapse file tree 3 files changed +65
-9
lines changed Original file line number Diff line number Diff line change
1
+ #
2
+ # Copyright (c) 2025 Nordic Semiconductor ASA
3
+ #
4
+ # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
+ #
6
+
7
+ # Power domains forced on by default on boot, no need
8
+ # to manage them in bootloader.
9
+ CONFIG_POWER_DOMAIN=n
Original file line number Diff line number Diff line change 4
4
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
5
*/
6
6
7
- #include "../../nrf54h20dk_nrf54h20_memory_map.dtsi"
7
+ #include "../../nrf54h20dk_nrf54h20_memory_map.dtsi"
8
8
9
9
/ {
10
10
chosen {
@@ -27,3 +27,58 @@ slot2_partition: &cpurad_slot0_partition {
27
27
slot3_partition: &cpurad_slot1_partition {
28
28
label = "image-3";
29
29
};
30
+
31
+ /*
32
+ * Copy required overlay for mcuboot from bootloader/mcuboot.
33
+ *
34
+ * Required as the overlay in bootloader/mcuboot is ignored due to
35
+ * to the added mcuboot overlay in this sample.
36
+ */
37
+
38
+ &gdpwr {
39
+ status = "disabled";
40
+ };
41
+
42
+ &gdpwr_fast_active_0 {
43
+ status = "disabled";
44
+ };
45
+
46
+ &gdpwr_fast_active_1 {
47
+ status = "disabled";
48
+ };
49
+
50
+ &gdpwr_fast_main {
51
+ status = "disabled";
52
+ };
53
+
54
+ &gdpwr_slow_active {
55
+ status = "disabled";
56
+ };
57
+
58
+ &gdpwr_slow_main {
59
+ status = "disabled";
60
+ };
61
+
62
+ &gpio_pad_group0 {
63
+ status = "disabled";
64
+ };
65
+
66
+ &gpio_pad_group1 {
67
+ status = "disabled";
68
+ };
69
+
70
+ &gpio_pad_group2 {
71
+ status = "disabled";
72
+ };
73
+
74
+ &gpio_pad_group6 {
75
+ status = "disabled";
76
+ };
77
+
78
+ &gpio_pad_group7 {
79
+ status = "disabled";
80
+ };
81
+
82
+ &gpio_pad_group9 {
83
+ status = "disabled";
84
+ };
Original file line number Diff line number Diff line change 100
100
platforms :
101
101
- thingy53/nrf5340/cpuapp
102
102
comment : " https://nordicsemi.atlassian.net/browse/NCSDK-35522"
103
-
104
- - scenarios :
105
- - sample.dfu.dfu_multi_image
106
- - sample.dfu.dfu_multi_image.encryption
107
- - sample.dfu.dfu_multi_image.save_progress
108
- platforms :
109
- -
[email protected] /nrf54h20/cpuapp
110
- comment : " https://nordicsemi.atlassian.net/browse/NCSDK-35605"
You can’t perform that action at this time.
0 commit comments