aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Lehtimäki <[email protected]>2023-10-11 18:33:15 +0200
committerBjorn Andersson <[email protected]>2023-12-02 17:19:53 -0800
commit95053f6bc8ffca438a261400d7c06bd74e3f106e (patch)
tree68a071178ea23874d90550b5253c9b968edbbd49
parenta900ad783f507cb396e402827052e70c0c565ae9 (diff)
ARM: dts: qcom: msm8974: Add watchdog node
Add watchdog for MSM8974 platform. Signed-off-by: Matti Lehtimäki <[email protected]> Signed-off-by: Luca Weiss <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r--arch/arm/boot/dts/qcom/qcom-msm8974.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom/qcom-msm8974.dtsi
index b3a0a71c6369..f7d7e5d70f30 100644
--- a/arch/arm/boot/dts/qcom/qcom-msm8974.dtsi
+++ b/arch/arm/boot/dts/qcom/qcom-msm8974.dtsi
@@ -346,6 +346,14 @@
reg = <0xf9011000 0x1000>;
};
+ watchdog@f9017000 {
+ compatible = "qcom,apss-wdt-msm8974", "qcom,kpss-wdt";
+ reg = <0xf9017000 0x1000>;
+ interrupts = <GIC_SPI 3 IRQ_TYPE_EDGE_RISING>,
+ <GIC_SPI 4 IRQ_TYPE_EDGE_RISING>;
+ clocks = <&sleep_clk>;
+ };
+
timer@f9020000 {
#address-cells = <1>;
#size-cells = <1>;