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>
This commit is contained in:
parent
bbbb61123a
commit
404cacb371
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user