Commit 40057afd authored by Matthew McClintock's avatar Matthew McClintock Committed by 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: default avatarMatthew McClintock <mmcclint@codeaurora.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 595b30c7
...@@ -55,5 +55,9 @@ serial@78af000 { ...@@ -55,5 +55,9 @@ serial@78af000 {
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "ok";
}; };
watchdog@b017000 {
status = "ok";
};
}; };
}; };
...@@ -171,5 +171,13 @@ serial@78b0000 { ...@@ -171,5 +171,13 @@ serial@78b0000 {
<&gcc GCC_BLSP1_AHB_CLK>; <&gcc GCC_BLSP1_AHB_CLK>;
clock-names = "core", "iface"; 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment