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

This will allow boards to enable watchdog support

Signed-off-by: Matthew McClintock <mmcclint@codeaurora.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
Matthew McClintock 2016-03-23 17:05:05 -05:00 committed by Andy Gross
parent 595b30c716
commit 40057afdc2
2 changed files with 12 additions and 0 deletions

View File

@ -55,5 +55,9 @@ serial@78af000 {
pinctrl-names = "default"; pinctrl-names = "default";
status = "ok"; status = "ok";
}; };
watchdog@b017000 {
status = "ok";
};
}; };
}; };

View File

@ -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";
};
}; };
}; };