tests: power_mgmt_soc: Add overlay for MXRT595 EVK
Enable the OS Timer to be a wakeup source Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
parent
5022225699
commit
6e688980a3
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* Copyright 2022, NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&os_timer {
|
||||
status = "okay";
|
||||
wakeup-source;
|
||||
};
|
|
@ -1,7 +1,7 @@
|
|||
tests:
|
||||
pm.soc:
|
||||
platform_allow: cc26x2r1_launchxl cc1352r1_launchxl mec15xxevb_assy6853 mec1501modular_assy6885
|
||||
nucleo_wb55rg nucleo_l476rg twr_ke18f
|
||||
nucleo_wb55rg nucleo_l476rg twr_ke18f mimxrt595_evk_cm33
|
||||
tags: pm
|
||||
integration_platforms:
|
||||
- mec15xxevb_assy6853
|
||||
|
|
Loading…
Reference in a new issue