diff options
Diffstat (limited to 'Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt')
-rw-r--r-- | Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt b/Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt index d209366b4a69..f801d71de1cd 100644 --- a/Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt +++ b/Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt | |||
@@ -5,9 +5,14 @@ Required properties: | |||
5 | - compatible : should be "brcm,bcm2835-pm-wdt" | 5 | - compatible : should be "brcm,bcm2835-pm-wdt" |
6 | - reg : Specifies base physical address and size of the registers. | 6 | - reg : Specifies base physical address and size of the registers. |
7 | 7 | ||
8 | Optional properties: | ||
9 | |||
10 | - timeout-sec : Contains the watchdog timeout in seconds | ||
11 | |||
8 | Example: | 12 | Example: |
9 | 13 | ||
10 | watchdog { | 14 | watchdog { |
11 | compatible = "brcm,bcm2835-pm-wdt"; | 15 | compatible = "brcm,bcm2835-pm-wdt"; |
12 | reg = <0x7e100000 0x28>; | 16 | reg = <0x7e100000 0x28>; |
17 | timeout-sec = <10>; | ||
13 | }; | 18 | }; |