diff options
author | Álvaro Fernández Rojas | 2017-05-16 18:29:10 +0200 |
---|---|---|
committer | Daniel Schwierzeck | 2017-05-31 14:49:54 +0200 |
commit | bbbb61123a8d24261c980ced0fbdf73f853204fd (patch) | |
tree | a199bbaec3c65a7aad982e1724461009f1d33c24 /arch | |
parent | 7733193482f990488d8f5c414f8fd3aa95b50c9f (diff) |
mips: bmips: add bcm6345-wdt driver support for BCM6358
This driver controls the watchdog present on this SoC.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/dts/brcm,bcm6358.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/dts/brcm,bcm6358.dtsi b/arch/mips/dts/brcm,bcm6358.dtsi index 0dad9985016..5d8399c84b8 100644 --- a/arch/mips/dts/brcm,bcm6358.dtsi +++ b/arch/mips/dts/brcm,bcm6358.dtsi @@ -87,6 +87,12 @@ #reset-cells = <1>; }; + wdt: watchdog@fffe005c { + compatible = "brcm,bcm6345-wdt"; + reg = <0xfffe005c 0xc>; + clocks = <&periph_osc>; + }; + gpio1: gpio-controller@fffe0080 { compatible = "brcm,bcm6345-gpio"; reg = <0xfffe0080 0x4>, <0xfffe0088 0x4>; |