tests: arm_thread_swap: Add overlay for nRF54H20

Disable the IPC communication between the domains
for the arm_thread_swap test since it is not needed
and it causes a flash oveflow for the no opmitization
test case.

Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
This commit is contained in:
Georgios Vasilakis 2024-11-11 15:45:29 +01:00 committed by Benjamin Cabé
commit 28bd478a0b

View file

@ -0,0 +1,9 @@
/* SPDX-License-Identifier: Apache-2.0 */
&cpusec_cpuapp_ipc {
status = "disabled";
};
&cpusec_bellboard {
status = "disabled";
};