ARM: dts: add watchdog to the Gemini
authorLinus Walleij <linus.walleij@linaro.org>
Sun, 22 Jan 2017 22:34:38 +0000 (23:34 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Sun, 12 Mar 2017 11:18:29 +0000 (12:18 +0100)
This adds watchdog support to the Gemini SoC DTSI file.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/gemini.dtsi

index 8aa30aab177e7cfdcfe06fa839ae38b1180f6082..3876feefc9d9f336ecefcc49581b0e32b5b78791 100644 (file)
                        };
                };
 
+               watchdog@41000000 {
+                       compatible = "cortina,gemini-watchdog";
+                       reg = <0x41000000 0x1000>;
+                       interrupts = <3 IRQ_TYPE_LEVEL_HIGH>;
+               };
+
                uart0: serial@42000000 {
                        compatible = "ns16550a";
                        reg = <0x42000000 0x100>;