summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/watchdog/marvel.txt
blob: 0731fbd2de83bdcb6747cd812aa4960ff236f368 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
* Marvell Orion Watchdog Time

Required Properties:

- Compatibility : "marvell,orion-wdt"
- reg		: Address of the timer registers

Optional properties:

- interrupts	: Contains the IRQ for watchdog expiration
- timeout-sec	: Contains the watchdog timeout in seconds

Example:

	wdt@20300 {
		compatible = "marvell,orion-wdt";
		reg = <0x20300 0x28>;
		interrupts = <3>;
		timeout-sec = <10>;
		status = "okay";
	};