bc4b865d178b4f386ef9fdb9bb4f81e14816d214
[releases.git] / cortina,gemini-watchdog.txt
1 Cortina Systems Gemini SoC Watchdog
2
3 Required properties:
4 - compatible : must be "cortina,gemini-watchdog"
5 - reg : shall contain base register location and length
6 - interrupts : shall contain the interrupt for the watchdog
7
8 Optional properties:
9 - timeout-sec : the default watchdog timeout in seconds.
10
11 Example:
12
13 watchdog@41000000 {
14         compatible = "cortina,gemini-watchdog";
15         reg = <0x41000000 0x1000>;
16         interrupts = <3 IRQ_TYPE_LEVEL_HIGH>;
17 };