tests: drivers: wdt: basic_reset_none: frdm_rw612: Enable standby mode
Enables system PM and standby mode to verify that the wdt driver correctly handles PM3 mode. Signed-off-by: Alex Rodriguez <alejandro.rodriguezlimon@nxp.com>
This commit is contained in:
parent
64b8d9e0cf
commit
e9fd7ecf69
@ -0,0 +1,7 @@
|
||||
#
|
||||
# Copyright 2025 NXP
|
||||
#
|
||||
# SPDX-License-Identifier Apache-2.0
|
||||
#
|
||||
CONFIG_WDT_MCUX_WWDT_WARNING_INTERRUPT_CFG=512
|
||||
CONFIG_PM=y
|
||||
@ -0,0 +1,10 @@
|
||||
/*
|
||||
* Copyright 2025 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/* Enable standby low power mode */
|
||||
&standby {
|
||||
status = "okay";
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user