samples: display: Add overlay for FRDM_RW612 boards

Enable low power mode (PM Mode 3) for FRDM_RW612 board.

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
Mahesh Mahadevan 2025-04-16 09:17:35 -05:00 committed by Benjamin Cabé
commit f5691120ca
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#
# Copyright 2025 NXP
#
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_PM=y

View file

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