diff options
author | Álvaro Fernández Rojas | 2017-05-16 18:29:12 +0200 |
---|---|---|
committer | Daniel Schwierzeck | 2017-05-31 14:49:54 +0200 |
commit | 1947a44b78f107e9f9b61b1f7762fe8b7f1501c7 (patch) | |
tree | 998e28665f5cfe21a83d2de44147f8cbc2d2362f /arch/mips/dts/brcm,bcm63268.dtsi | |
parent | 404cacb37111d131f5318930da6d8528c81e9e2e (diff) |
mips: bmips: add bcm6345-wdt driver support for BCM63268
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/mips/dts/brcm,bcm63268.dtsi')
-rw-r--r-- | arch/mips/dts/brcm,bcm63268.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/dts/brcm,bcm63268.dtsi b/arch/mips/dts/brcm,bcm63268.dtsi index b03763f0939..a3b7e73aa1e 100644 --- a/arch/mips/dts/brcm,bcm63268.dtsi +++ b/arch/mips/dts/brcm,bcm63268.dtsi @@ -84,6 +84,12 @@ #reset-cells = <1>; }; + wdt: watchdog@1000009c { + compatible = "brcm,bcm6345-wdt"; + reg = <0x1000009c 0xc>; + clocks = <&periph_osc>; + }; + gpio1: gpio-controller@100000c0 { compatible = "brcm,bcm6345-gpio"; reg = <0x100000c0 0x4>, <0x100000c8 0x4>; |