From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Sat, 13 May 2017 01:19:40 +0200 Subject: [U-Boot] [PATCH 2/8] mips: bmips: add bcm6345-wdt driver support for BCM6358 In-Reply-To: <1494631186-28533-1-git-send-email-noltari@gmail.com> References: <1494631186-28533-1-git-send-email-noltari@gmail.com> Message-ID: <1494631186-28533-3-git-send-email-noltari@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de This driver controls the watchdog present on this SoC. Signed-off-by: Álvaro Fernández Rojas --- arch/mips/dts/brcm,bcm6358.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/mips/dts/brcm,bcm6358.dtsi b/arch/mips/dts/brcm,bcm6358.dtsi index 0dad998..5d8399c 100644 --- a/arch/mips/dts/brcm,bcm6358.dtsi +++ b/arch/mips/dts/brcm,bcm6358.dtsi @@ -87,6 +87,12 @@ #reset-cells = <1>; }; + wdt: watchdog at fffe005c { + compatible = "brcm,bcm6345-wdt"; + reg = <0xfffe005c 0xc>; + clocks = <&periph_osc>; + }; + gpio1: gpio-controller at fffe0080 { compatible = "brcm,bcm6345-gpio"; reg = <0xfffe0080 0x4>, <0xfffe0088 0x4>; -- 2.1.4