renesas,rx-iwdt

Description

Renesas RX Independent Watchdog

Properties

Properties not inherited from the base binding file.

Name

Type

Details

window-start

int

The start of the window in clock cycles. The watchdog will reset the system
if the watchdog is not refreshed within the window.
- 0: 25%
- 0x1000: 50%
- 0x2000: 75%
- 0x3000: 100% (window end position is not specified.)

This property is required.

Legal values: 0, 0x1000, 0x2000, 0x3000

window-end

int

The end of the window in clock cycles. The watchdog will reset the system
if the watchdog is not refreshed within the window.
- 0: 75%
- 0x200: 50%
- 0x200: 25%
- 0x300: 0% (window start position is not specified.)

This property is required.

Legal values: 0, 0x100, 0x200, 0x300