Skip to content

Commit ba53861

Browse files
committed
[nrf fromtree] 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. Signed-off-by: Georgios Vasilakis <[email protected]> (cherry picked from commit 8ef1b34)
1 parent 16dc0c6 commit ba53861

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)