tests: pm: Enable standby power mode support on NXP RW612 Boards
Enable PM mode 3 on NXP FRDM_RW612 and RD_RW612 boards. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
parent
c107859fca
commit
97f1fd832d
9
tests/subsys/pm/power_mgmt_soc/boards/frdm_rw612.overlay
Normal file
9
tests/subsys/pm/power_mgmt_soc/boards/frdm_rw612.overlay
Normal file
@ -0,0 +1,9 @@
|
||||
/*
|
||||
* Copyright 2024 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&standby {
|
||||
status = "okay";
|
||||
};
|
||||
@ -0,0 +1,9 @@
|
||||
/*
|
||||
* Copyright 2024 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&standby {
|
||||
status = "okay";
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user