Browse Source

bmips: bcm6358: add watchdog

Watchdog node was missing in commit 029093a302.

Fixes: 029093a302c9 ("bmips: add new target")
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Álvaro Fernández Rojas 5 years ago
parent
commit
fc2a4e5682
1 changed files with 9 additions and 0 deletions
  1. 9 0
      target/linux/bmips/dts/bcm6358.dtsi

+ 9 - 0
target/linux/bmips/dts/bcm6358.dtsi

@@ -149,6 +149,15 @@
 			#reset-cells = <1>;
 			#reset-cells = <1>;
 		};
 		};
 
 
+		wdt: watchdog@fffe005c {
+			compatible = "brcm,bcm7038-wdt";
+			reg = <0xfffe005c 0xc>;
+
+			clocks = <&periph_osc>;
+
+			timeout-sec = <30>;
+		};
+
 		pinctrl: pin-controller@fffe0080 {
 		pinctrl: pin-controller@fffe0080 {
 			compatible = "brcm,bcm6358-pinctrl";
 			compatible = "brcm,bcm6358-pinctrl";
 			reg = <0xfffe0080 0x8>,
 			reg = <0xfffe0080 0x8>,