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 <georgios.vasilakis@nordicsemi.no>
This commit is contained in:
Georgios Vasilakis 2025-01-07 16:24:49 +01:00 committed by Benjamin Cabé
commit 8ef1b348c2
4 changed files with 52 additions and 0 deletions

View file

@ -0,0 +1,13 @@
/*
* Copyright (c) 2024 Nordic Semiconductor
*
* SPDX-License-Identifier: Apache-2.0
*/
&cpusec_cpuapp_ipc {
status = "disabled";
};
&cpusec_bellboard{
status = "disabled";
};

View file

@ -0,0 +1,13 @@
/*
* Copyright (c) 2024 Nordic Semiconductor
*
* SPDX-License-Identifier: Apache-2.0
*/
&cpusec_cpurad_ipc {
status = "disabled";
};
&cpusec_bellboard{
status = "disabled";
};

View file

@ -0,0 +1,13 @@
/*
* Copyright (c) 2024 Nordic Semiconductor
*
* SPDX-License-Identifier: Apache-2.0
*/
&cpusec_cpuapp_ipc {
status = "disabled";
};
&cpusec_bellboard{
status = "disabled";
};

View file

@ -0,0 +1,13 @@
/*
* Copyright (c) 2024 Nordic Semiconductor
*
* SPDX-License-Identifier: Apache-2.0
*/
&cpusec_cpurad_ipc {
status = "disabled";
};
&cpusec_bellboard{
status = "disabled";
};