Skip to content

Commit 88eedf5

Browse files
committedFeb 11, 2025
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>
1 parent 519174b commit 88eedf5

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright 2024 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&standby {
8+
status = "okay";
9+
};
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright 2024 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&standby {
8+
status = "okay";
9+
};

0 commit comments

Comments
 (0)