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:
parent
ddff91fef6
commit
8ef1b348c2
4 changed files with 52 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* Copyright (c) 2024 Nordic Semiconductor
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&cpusec_cpuapp_ipc {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&cpusec_bellboard{
|
||||
status = "disabled";
|
||||
};
|
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* Copyright (c) 2024 Nordic Semiconductor
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&cpusec_cpurad_ipc {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&cpusec_bellboard{
|
||||
status = "disabled";
|
||||
};
|
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* Copyright (c) 2024 Nordic Semiconductor
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&cpusec_cpuapp_ipc {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&cpusec_bellboard{
|
||||
status = "disabled";
|
||||
};
|
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* Copyright (c) 2024 Nordic Semiconductor
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&cpusec_cpurad_ipc {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&cpusec_bellboard{
|
||||
status = "disabled";
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue