oleavr-rgl-a500-mini-linux-.../Documentation/devicetree/bindings/watchdog/sun4i-wdt.txt

14 lines
270 B
Text
Raw Normal View History

2022-05-07 01:01:45 +02:00
Allwinner sun4i Watchdog timer
Required properties:
- compatible : should be "allwinner,sun4i-wdt"
- reg : Specifies base physical address and size of the registers.
Example:
wdt: watchdog@01c20c90 {
compatible = "allwinner,sun4i-wdt";
reg = <0x01c20c90 0x10>;
};