summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com>2026-05-11 13:56:41 +0300
committerBjorn Andersson <andersson@kernel.org>2026-05-22 06:46:52 +0300
commit7a473107f9785700a5c57cee69f60c19a9703f95 (patch)
tree847830c54b848b3a67e62edaa2be0f57860c2c90
parentf3cd85f60c5eb2d817af6c62465018dd941ce4f3 (diff)
downloadlinux-7a473107f9785700a5c57cee69f60c19a9703f95.tar.xz
arm64: dts: qcom: ipq5210: add watchdog node
Add the watchdog device node for IPQ5210 SoC. Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260511-ipq5210_wdt-v1-1-870c4b7f77b6@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-rw-r--r--arch/arm64/boot/dts/qcom/ipq5210.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/ipq5210.dtsi b/arch/arm64/boot/dts/qcom/ipq5210.dtsi
index 3761eb03ab24..2cdc10529c48 100644
--- a/arch/arm64/boot/dts/qcom/ipq5210.dtsi
+++ b/arch/arm64/boot/dts/qcom/ipq5210.dtsi
@@ -236,6 +236,13 @@
};
};
+ watchdog@b017000 {
+ compatible = "qcom,apss-wdt-ipq5210", "qcom,kpss-wdt";
+ reg = <0x0 0x0b017000 0x0 0x1000>;
+ interrupts = <GIC_SPI 277 IRQ_TYPE_EDGE_RISING>;
+ clocks = <&sleep_clk>;
+ };
+
timer@b120000 {
compatible = "arm,armv7-timer-mem";
reg = <0x0 0x0b120000 0x0 0x1000>;