arm64: dts: qcom: ipq9650: add watchdog node

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>
This commit is contained in:
Kathiravan Thirumoorthy 2026-05-11 22:24:54 +05:30 committed by Bjorn Andersson
parent 8cef25a004
commit c50080d313

View File

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