renesas,rx-iwdt

Vendor: Renesas Electronics Corporation

Note

An implementation of a driver matching this compatible is available in drivers/watchdog/wdt_renesas_rx_iwdt.c.

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, 4096, 8192, 12288

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, 256, 512, 768