Skip to content

Commit 47e5892

Browse files
Vge0rgePerMac
authored andcommitted
[nrf fromlist] tests: arm_irq_vector_table: Disable bellboard for nRF54/nRF92
This test uses the bellboard interrupts for the application and the radio core builds on nRF54H20 and nRF9280. Since it uses the bellboard interrupts it makes sense to ensure that bellboard is disabled in device tree to avoid runtime issues. This is preparation work, bellboard is planned to be enabled by default later and this makes sure that the test will continue to work. Upstream PR #: 83657 Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent 8e808e3 commit 47e5892

File tree

4 files changed

+52
-0
lines changed

4 files changed

+52
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*
2+
* Copyright (c) 2024 Nordic Semiconductor
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&cpusec_cpuapp_ipc {
8+
status = "disabled";
9+
};
10+
11+
&cpusec_bellboard{
12+
status = "disabled";
13+
};
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*
2+
* Copyright (c) 2024 Nordic Semiconductor
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&cpusec_cpurad_ipc {
8+
status = "disabled";
9+
};
10+
11+
&cpusec_bellboard{
12+
status = "disabled";
13+
};
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*
2+
* Copyright (c) 2024 Nordic Semiconductor
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&cpusec_cpuapp_ipc {
8+
status = "disabled";
9+
};
10+
11+
&cpusec_bellboard{
12+
status = "disabled";
13+
};
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*
2+
* Copyright (c) 2024 Nordic Semiconductor
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&cpusec_cpurad_ipc {
8+
status = "disabled";
9+
};
10+
11+
&cpusec_bellboard{
12+
status = "disabled";
13+
};

0 commit comments

Comments
 (0)