watchdog: Add Broadcom BCM2835 watchdog timer driver
[deliverable/linux.git] / Documentation / devicetree / bindings / watchdog / brcm,bcm2835-pm-wdog.txt
1 BCM2835 Watchdog timer
2
3 Required properties:
4
5 - compatible : should be "brcm,bcm2835-pm-wdt"
6 - reg : Specifies base physical address and size of the registers.
7
8 Optional properties:
9
10 - timeout-sec : Contains the watchdog timeout in seconds
11
12 Example:
13
14 watchdog {
15 compatible = "brcm,bcm2835-pm-wdt";
16 reg = <0x7e100000 0x28>;
17 timeout-sec = <10>;
18 };
This page took 0.035985 seconds and 6 git commands to generate.