samples: bluetooth: enable PM standby on rd_rw612_bga and frdm_rw612

Enable the standby power state by default for the rd_rw612_bga and
frdm_rw612 boards in the peripheral_ht and central_ht Bluetooth samples.

Signed-off-by: Axel Le Bourhis <axel.lebourhis@nxp.com>
This commit is contained in:
Axel Le Bourhis 2025-06-04 18:26:40 +02:00 committed by Benjamin Cabé
commit b1ad7877f2
8 changed files with 40 additions and 0 deletions

View file

@ -1 +1,2 @@
CONFIG_PM=y
CONFIG_PM_POLICY_DEVICE_CONSTRAINTS=y

View file

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

View file

@ -1 +1,2 @@
CONFIG_PM=y
CONFIG_PM_POLICY_DEVICE_CONSTRAINTS=y

View file

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

View file

@ -1 +1,2 @@
CONFIG_PM=y
CONFIG_PM_POLICY_DEVICE_CONSTRAINTS=y

View file

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

View file

@ -1 +1,2 @@
CONFIG_PM=y
CONFIG_PM_POLICY_DEVICE_CONSTRAINTS=y

View file

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