samples: pm: Enable PM3 mode for RW612 in wifi example
Added overlay file for RW612 in wifi example to enable standby mode (PM3). Set IMU as wakeup source. Signed-off-by: Hui Bai <hui.bai@nxp.com>
This commit is contained in:
parent
1ca4b333b4
commit
67ef6af8d3
4 changed files with 28 additions and 0 deletions
|
@ -238,6 +238,11 @@
|
||||||
wakeup-source;
|
wakeup-source;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&imu {
|
||||||
|
status = "okay";
|
||||||
|
wakeup-source;
|
||||||
|
};
|
||||||
|
|
||||||
zephyr_udc0: &usb_otg {
|
zephyr_udc0: &usb_otg {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
@ -311,3 +311,8 @@ nxp_8080_touch_panel_i2c: &arduino_i2c {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
wakeup-source;
|
wakeup-source;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&imu {
|
||||||
|
status = "okay";
|
||||||
|
wakeup-source;
|
||||||
|
};
|
||||||
|
|
9
samples/net/wifi/shell/boards/frdm_rw612.overlay
Normal file
9
samples/net/wifi/shell/boards/frdm_rw612.overlay
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
/*
|
||||||
|
* Copyright 2025 NXP
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
&standby {
|
||||||
|
status = "okay";
|
||||||
|
};
|
9
samples/net/wifi/shell/boards/rd_rw612_bga.overlay
Normal file
9
samples/net/wifi/shell/boards/rd_rw612_bga.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