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:
Alex Rodriguez 2025-05-08 23:18:36 -05:00 committed by Benjamin Cabé
parent 64b8d9e0cf
commit e9fd7ecf69
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#
# Copyright 2025 NXP
#
# SPDX-License-Identifier Apache-2.0
#
CONFIG_WDT_MCUX_WWDT_WARNING_INTERRUPT_CFG=512
CONFIG_PM=y

View File

@ -0,0 +1,10 @@
/*
* Copyright 2025 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
/* Enable standby low power mode */
&standby {
status = "okay";
};