Skip to content

Commit 43a1e68

Browse files
hfakkizkartben
authored andcommitted
tests: subsys: pm: Enable power_mgmt_soc for MAX78002EVKIT
Enables power management test for MAX78002EVKIT. Signed-off-by: Furkan Akkiz <[email protected]>
1 parent ec9ac23 commit 43a1e68

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Copyright (c) 2024 Analog Devices, Inc.
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
5+
6+
CONFIG_COUNTER=y
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/*
2+
* Copyright (c) 2024 Analog Devices, Inc.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
chosen {
9+
zephyr,cortex-m-idle-timer = &rtc_counter;
10+
};
11+
};
12+
13+
&rtc_counter {
14+
status = "okay";
15+
wakeup-source;
16+
};

0 commit comments

Comments
 (0)