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>
This commit is contained in:

committed by
Daniel Schwierzeck

parent
404cacb371
commit
1947a44b78
@@ -84,6 +84,12 @@
|
|||||||
#reset-cells = <1>;
|
#reset-cells = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
wdt: watchdog@1000009c {
|
||||||
|
compatible = "brcm,bcm6345-wdt";
|
||||||
|
reg = <0x1000009c 0xc>;
|
||||||
|
clocks = <&periph_osc>;
|
||||||
|
};
|
||||||
|
|
||||||
gpio1: gpio-controller@100000c0 {
|
gpio1: gpio-controller@100000c0 {
|
||||||
compatible = "brcm,bcm6345-gpio";
|
compatible = "brcm,bcm6345-gpio";
|
||||||
reg = <0x100000c0 0x4>, <0x100000c8 0x4>;
|
reg = <0x100000c0 0x4>, <0x100000c8 0x4>;
|
||||||
|
Reference in New Issue
Block a user