diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2014-02-10 18:00:34 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-02-17 16:44:09 -0500 |
commit | 7a5b293f2086cfc17519e586bd8f89be72a2fc4e (patch) | |
tree | 78d316bee79b2acd756038738b024905b78628c6 /arch/arm/boot/dts/dove.dtsi | |
parent | 7224cbc18e322d546653ece81c849155006abfaf (diff) |
ARM: dove: Enable Dove watchdog in the devicetree
Add the devicetree node to enable watchdog support available in Dove SoCs.
Tested-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/dove.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dove.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi index 2b76524f4aa7..a88ed73c1c86 100644 --- a/arch/arm/boot/dts/dove.dtsi +++ b/arch/arm/boot/dts/dove.dtsi | |||
@@ -210,6 +210,14 @@ | |||
210 | clocks = <&core_clk 0>; | 210 | clocks = <&core_clk 0>; |
211 | }; | 211 | }; |
212 | 212 | ||
213 | watchdog@20300 { | ||
214 | compatible = "marvell,orion-wdt"; | ||
215 | reg = <0x20300 0x28>, <0x20108 0x4>; | ||
216 | interrupt-parent = <&bridge_intc>; | ||
217 | interrupts = <3>; | ||
218 | clocks = <&core_clk 0>; | ||
219 | }; | ||
220 | |||
213 | crypto: crypto-engine@30000 { | 221 | crypto: crypto-engine@30000 { |
214 | compatible = "marvell,orion-crypto"; | 222 | compatible = "marvell,orion-crypto"; |
215 | reg = <0x30000 0x10000>, | 223 | reg = <0x30000 0x10000>, |