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:
parent
1192c9be6b
commit
8d214448f1
1 changed files with 10 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue