diff --git a/samples/bluetooth/central_ht/boards/frdm_rw612.conf b/samples/bluetooth/central_ht/boards/frdm_rw612.conf index 2df782efc71..84fee457a90 100644 --- a/samples/bluetooth/central_ht/boards/frdm_rw612.conf +++ b/samples/bluetooth/central_ht/boards/frdm_rw612.conf @@ -1 +1,2 @@ CONFIG_PM=y +CONFIG_PM_POLICY_DEVICE_CONSTRAINTS=y diff --git a/samples/bluetooth/central_ht/boards/frdm_rw612.overlay b/samples/bluetooth/central_ht/boards/frdm_rw612.overlay new file mode 100644 index 00000000000..65821c8b3eb --- /dev/null +++ b/samples/bluetooth/central_ht/boards/frdm_rw612.overlay @@ -0,0 +1,9 @@ +/* + * Copyright 2025 NXP + * + * SPDX-License-Identifier: Apache-2.0 + */ + +&standby { + status = "okay"; +}; diff --git a/samples/bluetooth/central_ht/boards/rd_rw612_bga.conf b/samples/bluetooth/central_ht/boards/rd_rw612_bga.conf index 2df782efc71..84fee457a90 100644 --- a/samples/bluetooth/central_ht/boards/rd_rw612_bga.conf +++ b/samples/bluetooth/central_ht/boards/rd_rw612_bga.conf @@ -1 +1,2 @@ CONFIG_PM=y +CONFIG_PM_POLICY_DEVICE_CONSTRAINTS=y diff --git a/samples/bluetooth/central_ht/boards/rd_rw612_bga.overlay b/samples/bluetooth/central_ht/boards/rd_rw612_bga.overlay new file mode 100644 index 00000000000..65821c8b3eb --- /dev/null +++ b/samples/bluetooth/central_ht/boards/rd_rw612_bga.overlay @@ -0,0 +1,9 @@ +/* + * Copyright 2025 NXP + * + * SPDX-License-Identifier: Apache-2.0 + */ + +&standby { + status = "okay"; +}; diff --git a/samples/bluetooth/peripheral_ht/boards/frdm_rw612.conf b/samples/bluetooth/peripheral_ht/boards/frdm_rw612.conf index 2df782efc71..84fee457a90 100644 --- a/samples/bluetooth/peripheral_ht/boards/frdm_rw612.conf +++ b/samples/bluetooth/peripheral_ht/boards/frdm_rw612.conf @@ -1 +1,2 @@ CONFIG_PM=y +CONFIG_PM_POLICY_DEVICE_CONSTRAINTS=y diff --git a/samples/bluetooth/peripheral_ht/boards/frdm_rw612.overlay b/samples/bluetooth/peripheral_ht/boards/frdm_rw612.overlay new file mode 100644 index 00000000000..65821c8b3eb --- /dev/null +++ b/samples/bluetooth/peripheral_ht/boards/frdm_rw612.overlay @@ -0,0 +1,9 @@ +/* + * Copyright 2025 NXP + * + * SPDX-License-Identifier: Apache-2.0 + */ + +&standby { + status = "okay"; +}; diff --git a/samples/bluetooth/peripheral_ht/boards/rd_rw612_bga.conf b/samples/bluetooth/peripheral_ht/boards/rd_rw612_bga.conf index 2df782efc71..84fee457a90 100644 --- a/samples/bluetooth/peripheral_ht/boards/rd_rw612_bga.conf +++ b/samples/bluetooth/peripheral_ht/boards/rd_rw612_bga.conf @@ -1 +1,2 @@ CONFIG_PM=y +CONFIG_PM_POLICY_DEVICE_CONSTRAINTS=y diff --git a/samples/bluetooth/peripheral_ht/boards/rd_rw612_bga.overlay b/samples/bluetooth/peripheral_ht/boards/rd_rw612_bga.overlay new file mode 100644 index 00000000000..65821c8b3eb --- /dev/null +++ b/samples/bluetooth/peripheral_ht/boards/rd_rw612_bga.overlay @@ -0,0 +1,9 @@ +/* + * Copyright 2025 NXP + * + * SPDX-License-Identifier: Apache-2.0 + */ + +&standby { + status = "okay"; +};