]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: ipq9650: add watchdog node
authorKathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com>
Mon, 11 May 2026 16:54:54 +0000 (22:24 +0530)
committerBjorn Andersson <andersson@kernel.org>
Mon, 11 May 2026 23:15:10 +0000 (18:15 -0500)
Add the watchdog device node for IPQ9650 SoC.

Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260511-ipq9650_wdt-v1-1-1948934c1e12@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/ipq9650.dtsi

index a1bea8e648cde4561065263eca273d24aeb1a8fd..3d3b317c6a3ccf966ff63a3405119c3a3f41ac1f 100644 (file)
                        };
                };
 
+               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>;