Commit 404cacb37111d131f5318930da6d8528c81e9e2e

Authored by Álvaro Fernández Rojas
Committed by Daniel Schwierzeck
1 parent bbbb61123a

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>

Showing 1 changed file with 6 additions and 0 deletions Side-by-side Diff

arch/mips/dts/brcm,bcm6328.dtsi
... ... @@ -78,6 +78,12 @@
78 78 mask = <0x1>;
79 79 };
80 80  
  81 + wdt: watchdog@1000005c {
  82 + compatible = "brcm,bcm6345-wdt";
  83 + reg = <0x1000005c 0xc>;
  84 + clocks = <&periph_osc>;
  85 + };
  86 +
81 87 gpio: gpio-controller@10000084 {
82 88 compatible = "brcm,bcm6345-gpio";
83 89 reg = <0x10000084 0x4>, <0x1000008c 0x4>;