diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/watchdog/moxa,moxart-watchdog.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/moxa,moxart-watchdog.txt b/Documentation/devicetree/bindings/watchdog/moxa,moxart-watchdog.txt new file mode 100644 index 000000000000..1169857d1d12 --- /dev/null +++ b/Documentation/devicetree/bindings/watchdog/moxa,moxart-watchdog.txt | |||
@@ -0,0 +1,15 @@ | |||
1 | MOXA ART Watchdog timer | ||
2 | |||
3 | Required properties: | ||
4 | |||
5 | - compatible : Must be "moxa,moxart-watchdog" | ||
6 | - reg : Should contain registers location and length | ||
7 | - clocks : Should contain phandle for the clock that drives the counter | ||
8 | |||
9 | Example: | ||
10 | |||
11 | watchdog: watchdog@98500000 { | ||
12 | compatible = "moxa,moxart-watchdog"; | ||
13 | reg = <0x98500000 0x10>; | ||
14 | clocks = <&coreclk>; | ||
15 | }; | ||