From: Ezequiel Garcia Date: Mon, 10 Feb 2014 23:00:34 +0000 (-0300) Subject: ARM: dove: Enable Dove watchdog in the devicetree X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7a5b293f2086cfc17519e586bd8f89be72a2fc4e;p=linux-beck.git ARM: dove: Enable Dove watchdog in the devicetree Add the devicetree node to enable watchdog support available in Dove SoCs. Tested-by: Sebastian Hesselbarth Signed-off-by: Ezequiel Garcia Signed-off-by: Jason Cooper --- 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 @@ clocks = <&core_clk 0>; }; + watchdog@20300 { + compatible = "marvell,orion-wdt"; + reg = <0x20300 0x28>, <0x20108 0x4>; + interrupt-parent = <&bridge_intc>; + interrupts = <3>; + clocks = <&core_clk 0>; + }; + crypto: crypto-engine@30000 { compatible = "marvell,orion-crypto"; reg = <0x30000 0x10000>,