adi,max32-wut-timer

Description

ADI MAX32 Wake-Up Timer (WUT) system clock driver.

The Wake-Up Timer is a 32-bit counter driven by the 32.768 kHz source.
It can wake the device from all low-power states and is well-suited
for use as the system timer in low-power applications.

Examples

&wut0 {
    status = "okay";
    prescaler = <1>;

    wut0_timer: timer {
        status = "okay";
    };
};

&systick {
    status = "disabled";
};

Properties

Properties not inherited from the base binding file.

(None)