From a41fc5eba7719dad32e1024a0b1743cbbce3def3 Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Tue, 12 Dec 2017 18:55:54 +0100 Subject: MIPS: ar9331: add watchdog support Signed-off-by: Oleksij Rempel Signed-off-by: Sascha Hauer --- arch/mips/dts/ar9331.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'arch/mips/dts') diff --git a/arch/mips/dts/ar9331.dtsi b/arch/mips/dts/ar9331.dtsi index b4b8b766b9..42baae1e89 100644 --- a/arch/mips/dts/ar9331.dtsi +++ b/arch/mips/dts/ar9331.dtsi @@ -1,5 +1,11 @@ / { ahb { + wdt0: wdt@18060008 { + compatible = "qca,ar9331-wdt", "qca,ar9344-wdt"; + reg = <0x18060008 0x8>; + clocks = <&pll ATH79_CLK_CPU>; + }; + mac0: mac@19000000 { compatible = "qca,ar9331-ge0"; reg = <0x18070000 0x00000100>, -- cgit v1.2.3