Skip to content

Commit 5c0975e

Browse files
nordic-babunordicjm
authored andcommitted
tests: benchmarks: power_consumption: modify spi test.
Add overlays to enable device runtime PM for spi and reduce power consumption level during test. Signed-off-by: Bartlomiej Buczek <[email protected]>
1 parent e1f2c6b commit 5c0975e

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
&spi131 {
2+
zephyr,pm-device-runtime-auto;
3+
};
4+
&exmif {
5+
status = "disabled";
6+
};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
&spi21 {
2+
zephyr,pm-device-runtime-auto;
3+
};

0 commit comments

Comments
 (0)