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:
parent
881b1ea477
commit
f5691120ca
2 changed files with 15 additions and 0 deletions
6
samples/drivers/display/boards/frdm_rw612.conf
Normal file
6
samples/drivers/display/boards/frdm_rw612.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
#
|
||||
# Copyright 2025 NXP
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
CONFIG_PM=y
|
9
samples/drivers/display/boards/frdm_rw612.overlay
Normal file
9
samples/drivers/display/boards/frdm_rw612.overlay
Normal file
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* Copyright 2025 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&standby {
|
||||
status = "okay";
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue