oleavr-rgl-a500-mini-linux-.../Documentation/devicetree/bindings/watchdog/sun4i-wdt.txt
Ole André Vadla Ravnås 169c65d57e Initial commit
2022-05-07 01:01:45 +02:00

13 lines
270 B
Text

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>;
};