Skip to content
Snippets Groups Projects
Commit bbbb6112 authored by Álvaro Fernández Rojas's avatar Álvaro Fernández Rojas Committed by Daniel Schwierzeck
Browse files

mips: bmips: add bcm6345-wdt driver support for BCM6358


This driver controls the watchdog present on this SoC.

Signed-off-by: default avatarÁlvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 77331934
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,12 @@
#reset-cells = <1>;
};
wdt: watchdog@fffe005c {
compatible = "brcm,bcm6345-wdt";
reg = <0xfffe005c 0xc>;
clocks = <&periph_osc>;
};
gpio1: gpio-controller@fffe0080 {
compatible = "brcm,bcm6345-gpio";
reg = <0xfffe0080 0x4>, <0xfffe0088 0x4>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment