[PATCH] arm64: dts: qcom: ipq9650: add watchdog node
From: Kathiravan Thirumoorthy
Date: Mon May 11 2026 - 13:46:54 EST
Add the watchdog device node for IPQ9650 SoC.
Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/ipq9650.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/ipq9650.dtsi b/arch/arm64/boot/dts/qcom/ipq9650.dtsi
index a1bea8e648cd..3d3b317c6a3c 100644
--- a/arch/arm64/boot/dts/qcom/ipq9650.dtsi
+++ b/arch/arm64/boot/dts/qcom/ipq9650.dtsi
@@ -300,6 +300,13 @@ ppi_cluster1: interrupt-partition-1 {
};
};
+ watchdog@f410000 {
+ compatible = "qcom,apss-wdt-ipq9650", "qcom,kpss-wdt";
+ reg = <0x0 0x0f410000 0x0 0x1000>;
+ interrupts = <GIC_SPI 0 IRQ_TYPE_EDGE_RISING 0>;
+ clocks = <&sleep_clk>;
+ };
+
timer@f420000 {
compatible = "arm,armv7-timer-mem";
reg = <0x0 0x0f420000 0x0 0x1000>;
---
base-commit: e98d21c170b01ddef366f023bbfcf6b31509fa83
change-id: 20260511-ipq9650_wdt-cdf8e1ab5525
prerequisite-change-id: 20260330-ipq9650_boot_to_shell-159027d548cc:v3
prerequisite-patch-id: 16dd91c965e8c4e4c9da7c077f5f6e5f56624149
prerequisite-patch-id: c74b31333eccd4eba783b927b7eb0bdae27ec576
prerequisite-patch-id: 940367fceba083009275adfbf26cec848e676915
prerequisite-patch-id: dc555fc4ca7a7ff0f0f4d2047c77d1e65924e8e3
prerequisite-change-id: 20260511-ipq9650_wdt_binding-06f96b6d80fc:v2
prerequisite-patch-id: 36d6f8457f5458a5d6d2c0b59b455c8e9e238611
Best regards,
--
Kathiravan Thirumoorthy <kathiravan.thirumoorthy@xxxxxxxxxxxxxxxx>