[U-Boot] [PATCH v2 4/8] mips: bmips: add bcm6345-wdt driver support for BCM63268
Álvaro Fernández Rojas
noltari at gmail.com
Tue May 16 16:29:12 UTC 2017
This driver controls the watchdog present on this SoC.
Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
Reviewed-by: Simon Glass <sjg at chromium.org>
---
v2: no changes.
arch/mips/dts/brcm,bcm63268.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/mips/dts/brcm,bcm63268.dtsi b/arch/mips/dts/brcm,bcm63268.dtsi
index b03763f..a3b7e73 100644
--- a/arch/mips/dts/brcm,bcm63268.dtsi
+++ b/arch/mips/dts/brcm,bcm63268.dtsi
@@ -84,6 +84,12 @@
#reset-cells = <1>;
};
+ wdt: watchdog at 1000009c {
+ compatible = "brcm,bcm6345-wdt";
+ reg = <0x1000009c 0xc>;
+ clocks = <&periph_osc>;
+ };
+
gpio1: gpio-controller at 100000c0 {
compatible = "brcm,bcm6345-gpio";
reg = <0x100000c0 0x4>, <0x100000c8 0x4>;
--
2.1.4
More information about the U-Boot
mailing list