Skip to content

Commit

Permalink
test: benchmarks: Disable cpusec nodes for multicore test
Browse files Browse the repository at this point in the history
Disable the cpusec related nodes in the multicore benchmark
since it increases power consumption and IPC communication
with secure domain is not needed for this test.

Signed-off-by: Georgios Vasilakis <[email protected]>
  • Loading branch information
Vge0rge committed Nov 22, 2024
1 parent 1b18b99 commit 64004f2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,11 @@
&usbhs {
status = "disabled";
};

&cpusec_cpuapp_ipc {
status = "disabled";
};

&cpusec_bellboard {
status = "disabled";
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

&cpusec_cpurad_ipc {
status = "disabled";
};

&cpusec_bellboard {
status = "disabled";
};

0 comments on commit 64004f2

Please sign in to comment.