Skip to content
Commit 6f98b8cb authored by Sadik Ozer's avatar Sadik Ozer Committed by Benjamin Cabé
Browse files

tests: subsysm: pm: Enable power_mgmt_soc for MAX32690



This commit enables power_mgmt_soc test for MAX32690 board

Low power timer is used as idle timer that will wakeup device
from sleep modes. Lowpower timer clocked with RTC clock which
always on.

RTC can be used as idle clock timer too, in that case below
line need to be added in overlay file

/ {
    chosen {
    	zephyr,cortex-m-idle-timer = &rtc;
    };
};

&rtc {
    status = okay;
    wakeup-source;
};

Signed-off-by: default avatarSadik Ozer <sadik.ozer@analog.com>
parent 4e858066
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment