提交 40057afd 编写于 作者: M Matthew McClintock 提交者: Andy Gross

qcom: ipq4019: add watchdog node to ipq4019 SoC and DK01 device tree

This will allow boards to enable watchdog support
Signed-off-by: NMatthew McClintock <mmcclint@codeaurora.org>
Signed-off-by: NAndy Gross <andy.gross@linaro.org>
上级 595b30c7
......@@ -55,5 +55,9 @@
pinctrl-names = "default";
status = "ok";
};
watchdog@b017000 {
status = "ok";
};
};
};
......@@ -171,5 +171,13 @@
<&gcc GCC_BLSP1_AHB_CLK>;
clock-names = "core", "iface";
};
watchdog@b017000 {
compatible = "qcom,kpss-standalone";
reg = <0xb017000 0x40>;
clocks = <&sleep_clk>;
timeout-sec = <10>;
status = "disabled";
};
};
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册