forked from Minki/linux
1e7bad0f5b
Add device tree support to the Orion watchdog timer, and enable its use in the kirkwood devices using device tree. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@googlemail.com> Tested-by: Simon Baatz <gmbnomis@gmail.com>
15 lines
238 B
Plaintext
15 lines
238 B
Plaintext
* Marvell Orion Watchdog Time
|
|
|
|
Required Properties:
|
|
|
|
- Compatibility : "marvell,orion-wdt"
|
|
- reg : Address of the timer registers
|
|
|
|
Example:
|
|
|
|
wdt@20300 {
|
|
compatible = "marvell,orion-wdt";
|
|
reg = <0x20300 0x28>;
|
|
status = "okay";
|
|
};
|