From: Álvaro Fernández Rojas Date: Tue, 23 Feb 2021 11:57:28 +0000 (+0100) Subject: bmips: bcm6358: add watchdog X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=fc2a4e56821dae5a4a5c79b4d6c8a881efa4b66b;p=openwrt%2Fstaging%2Fneocturne.git bmips: bcm6358: add watchdog Watchdog node was missing in commit 029093a302. Fixes: 029093a302c9 ("bmips: add new target") Signed-off-by: Álvaro Fernández Rojas --- diff --git a/target/linux/bmips/dts/bcm6358.dtsi b/target/linux/bmips/dts/bcm6358.dtsi index 650459d339..83cfb0ad90 100644 --- a/target/linux/bmips/dts/bcm6358.dtsi +++ b/target/linux/bmips/dts/bcm6358.dtsi @@ -149,6 +149,15 @@ #reset-cells = <1>; }; + wdt: watchdog@fffe005c { + compatible = "brcm,bcm7038-wdt"; + reg = <0xfffe005c 0xc>; + + clocks = <&periph_osc>; + + timeout-sec = <30>; + }; + pinctrl: pin-controller@fffe0080 { compatible = "brcm,bcm6358-pinctrl"; reg = <0xfffe0080 0x8>,