Merge tag 'iwlwifi-next-for-kalle-2015-06-03' of https://git.kernel.org/pub/scm/linux...
[deliverable/linux.git] / Documentation / devicetree / bindings / watchdog / brcm,bcm2835-pm-wdog.txt
CommitLineData
d0f1c7ff
SW
1BCM2835 Watchdog timer
2
3Required properties:
4
5- compatible : should be "brcm,bcm2835-pm-wdt"
6- reg : Specifies base physical address and size of the registers.
7
938d0a84
LR
8Optional properties:
9
10- timeout-sec : Contains the watchdog timeout in seconds
11
d0f1c7ff
SW
12Example:
13
14watchdog {
15 compatible = "brcm,bcm2835-pm-wdt";
16 reg = <0x7e100000 0x28>;
938d0a84 17 timeout-sec = <10>;
d0f1c7ff 18};
This page took 0.159237 seconds and 5 git commands to generate.