Skip to content

Commit e95bdef

Browse files
committed
tests: drivers: pwm: pwm_api: frdm_rw612: Enable standby power mode
Enables System PM and Standby mode to verify that the PWM driver correctly blocks standby entry. Signed-off-by: Alex Rodriguez <[email protected]>
1 parent 34d7fbf commit e95bdef

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#
2+
# Copyright 2025 NXP
3+
#
4+
# SPDX-License-Identifier Apache-2.0
5+
#
6+
CONFIG_PM=y
7+
CONFIG_PM_DEVICE=y
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/*
2+
* Copyright 2025 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/* Enable standby low power mode */
8+
&standby {
9+
status = "okay";
10+
};

0 commit comments

Comments
 (0)