mips: mt76xx: Add watchdog DT node to mt7628a.dtsi
authorStefan Roese <sr@denx.de>
Tue, 9 Oct 2018 06:59:08 +0000 (08:59 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sun, 18 Nov 2018 15:02:22 +0000 (16:02 +0100)
Add the watchdog DT node to the DTS file.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/dts/mt7628a.dtsi

index 8da2ca3e4de46e8fde92372c693fee9e0f220dd8..70e34cfdbc388f709e7767b545100d77f9c63e5a 100644 (file)
                        mask = <0x1>;
                };
 
+               watchdog: watchdog@100 {
+                       compatible = "ralink,mt7628a-wdt", "mediatek,mt7621-wdt";
+                       reg = <0x100 0x30>;
+
+                       resets = <&resetc 8>;
+                       reset-names = "wdt";
+
+                       interrupt-parent = <&intc>;
+                       interrupts = <24>;
+               };
+
                intc: interrupt-controller@200 {
                        compatible = "ralink,rt2880-intc";
                        reg = <0x200 0x100>;