Commit bbbb61123a8d24261c980ced0fbdf73f853204fd

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

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>

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

arch/mips/dts/brcm,bcm6358.dtsi
... ... @@ -87,6 +87,12 @@
87 87 #reset-cells = <1>;
88 88 };
89 89  
  90 + wdt: watchdog@fffe005c {
  91 + compatible = "brcm,bcm6345-wdt";
  92 + reg = <0xfffe005c 0xc>;
  93 + clocks = <&periph_osc>;
  94 + };
  95 +
90 96 gpio1: gpio-controller@fffe0080 {
91 97 compatible = "brcm,bcm6345-gpio";
92 98 reg = <0xfffe0080 0x4>, <0xfffe0088 0x4>;