Browse Source
Enables power management test for MAX78002EVKIT. Signed-off-by: Furkan Akkiz <hasanfurkan.akkiz@analog.com>pull/50690/head
2 changed files with 22 additions and 0 deletions
@ -0,0 +1,6 @@
@@ -0,0 +1,6 @@
|
||||
# Copyright (c) 2024 Analog Devices, Inc. |
||||
# |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
# |
||||
|
||||
CONFIG_COUNTER=y |
@ -0,0 +1,16 @@
@@ -0,0 +1,16 @@
|
||||
/* |
||||
* Copyright (c) 2024 Analog Devices, Inc. |
||||
* |
||||
* SPDX-License-Identifier: Apache-2.0 |
||||
*/ |
||||
|
||||
/ { |
||||
chosen { |
||||
zephyr,cortex-m-idle-timer = &rtc_counter; |
||||
}; |
||||
}; |
||||
|
||||
&rtc_counter { |
||||
status = "okay"; |
||||
wakeup-source; |
||||
}; |
Loading…
Reference in new issue