boards: rd_rw61x: Switch to OS Timer for System clock

This clock is better suited for Power Management support
than Systick.

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
Mahesh Mahadevan 2024-05-13 17:36:21 -05:00 committed by Anas Nashif
commit 8d214448f1

View file

@ -254,3 +254,13 @@ zephyr_udc0: &usb_otg {
&dac0 {
status = "okay";
};
/* OS Timer is the wakeup source for PM mode 2 */
&os_timer {
status = "okay";
wakeup-source;
};
&systick {
status = "disabled";
};