提交 7a5b293f 编写于 作者: E Ezequiel Garcia 提交者: Jason Cooper

ARM: dove: Enable Dove watchdog in the devicetree

Add the devicetree node to enable watchdog support available in Dove SoCs.
Tested-by: NSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: NEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: NJason Cooper <jason@lakedaemon.net>
上级 7224cbc1
...@@ -210,6 +210,14 @@ ...@@ -210,6 +210,14 @@
clocks = <&core_clk 0>; 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 { crypto: crypto-engine@30000 {
compatible = "marvell,orion-crypto"; compatible = "marvell,orion-crypto";
reg = <0x30000 0x10000>, reg = <0x30000 0x10000>,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册