Skip to content

Commit 5bf9158

Browse files
bjarki-andreasenjukkar
authored andcommitted
tests: arch: arm: irq vt: disable power domains (NRFS)
The power domains on the nrf54h20dk require NRFS, which uses some of the irq vectors reserved for the test. Disable power domains and its drivers to free the irq vectors. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent 85605a6 commit 5bf9158

File tree

4 files changed

+105
-0
lines changed

4 files changed

+105
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
# Copyright (c) 2025 Nordic Semiconductor
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_POWER_DOMAIN=n
15
CONFIG_SSF_CLIENT_SYS_INIT=n

tests/arch/arm/arm_irq_vector_table/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,52 @@
1111
&cpusec_bellboard {
1212
status = "disabled";
1313
};
14+
15+
16+
&gdpwr {
17+
status = "disabled";
18+
};
19+
20+
&gdpwr_fast_active_0 {
21+
status = "disabled";
22+
};
23+
24+
&gdpwr_fast_active_1 {
25+
status = "disabled";
26+
};
27+
28+
&gdpwr_fast_main {
29+
status = "disabled";
30+
};
31+
32+
&gdpwr_slow_active {
33+
status = "disabled";
34+
};
35+
36+
&gdpwr_slow_main {
37+
status = "disabled";
38+
};
39+
40+
&gpio_pad_group0 {
41+
status = "disabled";
42+
};
43+
44+
&gpio_pad_group1 {
45+
status = "disabled";
46+
};
47+
48+
&gpio_pad_group2 {
49+
status = "disabled";
50+
};
51+
52+
&gpio_pad_group6 {
53+
status = "disabled";
54+
};
55+
56+
&gpio_pad_group7 {
57+
status = "disabled";
58+
};
59+
60+
&gpio_pad_group9 {
61+
status = "disabled";
62+
};
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
# Copyright (c) 2025 Nordic Semiconductor
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_POWER_DOMAIN=n
15
CONFIG_SSF_CLIENT_SYS_INIT=n

tests/arch/arm/arm_irq_vector_table/boards/nrf54h20dk_nrf54h20_cpurad.overlay

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,51 @@
1111
&cpusec_bellboard {
1212
status = "disabled";
1313
};
14+
15+
&gdpwr {
16+
status = "disabled";
17+
};
18+
19+
&gdpwr_fast_active_0 {
20+
status = "disabled";
21+
};
22+
23+
&gdpwr_fast_active_1 {
24+
status = "disabled";
25+
};
26+
27+
&gdpwr_fast_main {
28+
status = "disabled";
29+
};
30+
31+
&gdpwr_slow_active {
32+
status = "disabled";
33+
};
34+
35+
&gdpwr_slow_main {
36+
status = "disabled";
37+
};
38+
39+
&gpio_pad_group0 {
40+
status = "disabled";
41+
};
42+
43+
&gpio_pad_group1 {
44+
status = "disabled";
45+
};
46+
47+
&gpio_pad_group2 {
48+
status = "disabled";
49+
};
50+
51+
&gpio_pad_group6 {
52+
status = "disabled";
53+
};
54+
55+
&gpio_pad_group7 {
56+
status = "disabled";
57+
};
58+
59+
&gpio_pad_group9 {
60+
status = "disabled";
61+
};

0 commit comments

Comments
 (0)