Skip to content

Commit

Permalink
tests: benchmarks: mulicore: idle_spim: Align idle_spim tests
Browse files Browse the repository at this point in the history
Add configuration to idle_spim test for the device runtime PM.

Signed-off-by: Adam Kondraciuk <[email protected]>
  • Loading branch information
adamkondraciuk authored and rlubos committed Oct 21, 2024
1 parent 504a144 commit 2defafa
Showing 1 changed file with 13 additions and 0 deletions.
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
*/

&spi131 {
zephyr,pm-device-runtime-auto;
};

&exmif {
status = "disabled";
};

0 comments on commit 2defafa

Please sign in to comment.