Merge tag 'v3.11-rc2' into patchwork
[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.051503 seconds and 5 git commands to generate.