ALSA: usb: add more device quirks for USB DSD devices
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / watchdog / cortina,gemin-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 };