Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
[deliverable/linux.git] / Documentation / devicetree / bindings / watchdog / marvel.txt
1 * Marvell Orion Watchdog Time
2
3 Required Properties:
4
5 - Compatibility : "marvell,orion-wdt"
6 - reg : Address of the timer registers
7
8 Optional properties:
9
10 - timeout-sec : Contains the watchdog timeout in seconds
11
12 Example:
13
14 wdt@20300 {
15 compatible = "marvell,orion-wdt";
16 reg = <0x20300 0x28>;
17 timeout-sec = <10>;
18 status = "okay";
19 };
This page took 0.033083 seconds and 6 git commands to generate.