Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livep...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / watchdog / faraday,ftwdt010.txt
1 Faraday Technology FTWDT010 watchdog
2
3 This is an IP part from Faraday Technology found in the Gemini
4 SoCs and others.
5
6 Required properties:
7 - compatible : must be one of
8   "faraday,ftwdt010"
9   "cortina,gemini-watchdog", "faraday,ftwdt010"
10 - reg : shall contain base register location and length
11 - interrupts : shall contain the interrupt for the watchdog
12
13 Optional properties:
14 - timeout-sec : the default watchdog timeout in seconds.
15
16 Example:
17
18 watchdog@41000000 {
19         compatible = "faraday,ftwdt010";
20         reg = <0x41000000 0x1000>;
21         interrupts = <3 IRQ_TYPE_LEVEL_HIGH>;
22 };