Skip to content

Commit

Permalink
boards: rd_rw61x: Switch to OS Timer for System clock
Browse files Browse the repository at this point in the history
This clock is better suited for Power Management support
than Systick.

Signed-off-by: Mahesh Mahadevan <[email protected]>
  • Loading branch information
mmahadevan108 authored and nashif committed May 16, 2024
1 parent 1192c9b commit 8d21444
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions boards/nxp/rd_rw612_bga/rd_rw612_bga.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};

0 comments on commit 8d21444

Please sign in to comment.