android_kernel_samsung_on5x.../Documentation/devicetree/bindings/watchdog/meson6-wdt.txt
2018-06-19 23:16:04 +02:00

13 lines
262 B
Text

Meson SoCs Watchdog timer
Required properties:
- compatible : should be "amlogic,meson6-wdt"
- reg : Specifies base physical address and size of the registers.
Example:
wdt: watchdog@c1109900 {
compatible = "amlogic,meson6-wdt";
reg = <0xc1109900 0x8>;
};