diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2017-05-16 18:29:11 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2017-05-31 14:49:54 +0200 |
commit | 404cacb37111d131f5318930da6d8528c81e9e2e (patch) | |
tree | 98c62b0e2d127994f7045d1670c7d924b67b8a75 /arch | |
parent | bbbb61123a8d24261c980ced0fbdf73f853204fd (diff) | |
download | u-boot-midas-404cacb37111d131f5318930da6d8528c81e9e2e.tar.gz u-boot-midas-404cacb37111d131f5318930da6d8528c81e9e2e.tar.bz2 u-boot-midas-404cacb37111d131f5318930da6d8528c81e9e2e.zip |
mips: bmips: add bcm6345-wdt driver support for BCM6328
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,bcm6328.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/dts/brcm,bcm6328.dtsi b/arch/mips/dts/brcm,bcm6328.dtsi index 3926885899..36dd8bc792 100644 --- a/arch/mips/dts/brcm,bcm6328.dtsi +++ b/arch/mips/dts/brcm,bcm6328.dtsi @@ -78,6 +78,12 @@ mask = <0x1>; }; + wdt: watchdog@1000005c { + compatible = "brcm,bcm6345-wdt"; + reg = <0x1000005c 0xc>; + clocks = <&periph_osc>; + }; + gpio: gpio-controller@10000084 { compatible = "brcm,bcm6345-gpio"; reg = <0x10000084 0x4>, <0x1000008c 0x4>; |