Commit 1947a44b78f107e9f9b61b1f7762fe8b7f1501c7

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

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>

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

arch/mips/dts/brcm,bcm63268.dtsi
... ... @@ -84,6 +84,12 @@
84 84 #reset-cells = <1>;
85 85 };
86 86  
  87 + wdt: watchdog@1000009c {
  88 + compatible = "brcm,bcm6345-wdt";
  89 + reg = <0x1000009c 0xc>;
  90 + clocks = <&periph_osc>;
  91 + };
  92 +
87 93 gpio1: gpio-controller@100000c0 {
88 94 compatible = "brcm,bcm6345-gpio";
89 95 reg = <0x100000c0 0x4>, <0x100000c8 0x4>;