soc: rw6xx: Add support to wakeup from an external pin

Add support to wakeup from an external pin

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
Mahesh Mahadevan 2024-06-19 16:18:55 -05:00 committed by Fabio Baltieri
commit d27facff57
2 changed files with 77 additions and 0 deletions

View file

@ -282,3 +282,8 @@ zephyr_udc0: &usb_otg {
status = "okay";
wakeup-source;
};
&pin1 {
status = "okay";
wakeup-level = "low";
};