[U-Boot] [PATCH 3/8] mips: bmips: add bcm6345-wdt driver support for BCM6328
Álvaro Fernández Rojas
noltari at gmail.com
Fri May 12 23:19:41 UTC 2017
This driver controls the watchdog present on this SoC.
Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
arch/mips/dts/brcm,bcm6328.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/mips/dts/brcm,bcm6328.dtsi b/arch/mips/dts/brcm,bcm6328.dtsi
index 3926885..36dd8bc 100644
--- a/arch/mips/dts/brcm,bcm6328.dtsi
+++ b/arch/mips/dts/brcm,bcm6328.dtsi
@@ -78,6 +78,12 @@
mask = <0x1>;
};
+ wdt: watchdog at 1000005c {
+ compatible = "brcm,bcm6345-wdt";
+ reg = <0x1000005c 0xc>;
+ clocks = <&periph_osc>;
+ };
+
gpio: gpio-controller at 10000084 {
compatible = "brcm,bcm6345-gpio";
reg = <0x10000084 0x4>, <0x1000008c 0x4>;
--
2.1.4
More information about the U-Boot
mailing list