[RFC/PATCH 1/2] ARM: mvebu: Enable Armada 375 watchdog in the devicetree
Ezequiel Garcia
ezequiel.garcia at free-electrons.com
Tue Feb 25 12:07:16 EST 2014
Add the DT nodes to enable the watchdog support available on
Armada 375 SoC.
Signed-off-by: Ezequiel Garcia <ezequiel.garcia at free-electrons.com>
---
arch/arm/boot/dts/armada-375.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/boot/dts/armada-375.dtsi b/arch/arm/boot/dts/armada-375.dtsi
index 3877693f..a4e4116 100644
--- a/arch/arm/boot/dts/armada-375.dtsi
+++ b/arch/arm/boot/dts/armada-375.dtsi
@@ -320,6 +320,13 @@
clocks = <&coreclk 0>;
};
+ watchdog at 20300 {
+ compatible = "marvell,armada-375-wdt", "marvell,armada-370-wdt";
+ reg = <0x20300 0x34>, <0x20704 0x4>;
+ clocks = <&coreclk 0>;
+ timeout-sec = <10>;
+ };
+
xor at 60800 {
compatible = "marvell,orion-xor";
reg = <0x60800 0x100
--
1.8.1.5
More information about the linux-arm-kernel
mailing list