mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
7733193482
commit
bbbb61123a
1 changed files with 6 additions and 0 deletions
|
@ -87,6 +87,12 @@
|
||||||
#reset-cells = <1>;
|
#reset-cells = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
wdt: watchdog@fffe005c {
|
||||||
|
compatible = "brcm,bcm6345-wdt";
|
||||||
|
reg = <0xfffe005c 0xc>;
|
||||||
|
clocks = <&periph_osc>;
|
||||||
|
};
|
||||||
|
|
||||||
gpio1: gpio-controller@fffe0080 {
|
gpio1: gpio-controller@fffe0080 {
|
||||||
compatible = "brcm,bcm6345-gpio";
|
compatible = "brcm,bcm6345-gpio";
|
||||||
reg = <0xfffe0080 0x4>, <0xfffe0088 0x4>;
|
reg = <0xfffe0080 0x4>, <0xfffe0088 0x4>;
|
||||||
|
|
Loading…
Reference in a new issue