original_kernel/Documentation/devicetree/bindings/watchdog/marvel.txt

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";
};