realtek,ameba-watchdog

Description

Ameba watchdog

Properties

Properties not inherited from the base binding file.

Name

Type

Details

early-int-cnt-ms

int

Watchdog early interrupt trigger threshold in milliseconds.
The early interrupt fires this many milliseconds before the watchdog
reset, giving firmware time to perform recovery or logging.

Default value: 500

Value range: 1 to 65535

realtek,auto-enabled

boolean

Watchdog is automatically enabled by hardware at power-on (IWDT).
When set, the driver marks the watchdog as already running during
initialization, so wdt_feed() works before wdt_setup() is called.
Useful for bootloader contexts where the IWDT is hardware-enabled.