summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorStefan Roese2019-05-27 11:13:22 +0200
committerPaul Burton2019-06-24 23:15:06 +0200
commit1bca2eacd6472979f8d74e75e631c1725e15710b (patch)
tree5a2d8199b7e544f71e6d9bfee9714826642ea6ff /arch/mips
parentMIPS: ralink: mt7628a.dtsi: Add SPI controller DT node (diff)
downloadkernel-qcow2-linux-1bca2eacd6472979f8d74e75e631c1725e15710b.tar.gz
kernel-qcow2-linux-1bca2eacd6472979f8d74e75e631c1725e15710b.tar.xz
kernel-qcow2-linux-1bca2eacd6472979f8d74e75e631c1725e15710b.zip
MIPS: ralink: mt7628a.dtsi: Add watchdog controller DT node
This patch adds the watchdog controller description to the MT7628A dtsi file. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Paul Burton <paul.burton@mips.com> Cc: Harvey Hunt <harveyhuntnexus@gmail.com> Cc: John Crispin <john@phrozen.org> Signed-off-by: Paul Burton <paul.burton@mips.com> Cc: linux-mips@vger.kernel.org
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/boot/dts/ralink/mt7628a.dtsi13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/ralink/mt7628a.dtsi b/arch/mips/boot/dts/ralink/mt7628a.dtsi
index ab8c685792bc..61f8621e88b3 100644
--- a/arch/mips/boot/dts/ralink/mt7628a.dtsi
+++ b/arch/mips/boot/dts/ralink/mt7628a.dtsi
@@ -134,6 +134,19 @@
};
};
+ watchdog: watchdog@100 {
+ compatible = "mediatek,mt7621-wdt";
+ reg = <0x100 0x30>;
+
+ resets = <&resetc 8>;
+ reset-names = "wdt";
+
+ interrupt-parent = <&intc>;
+ interrupts = <24>;
+
+ status = "disabled";
+ };
+
intc: interrupt-controller@200 {
compatible = "ralink,rt2880-intc";
reg = <0x200 0x100>;