arm64: dts: qcom: ipq5424: Add watchdog node

Add the watchdog node for IPQ5424 SoC.

Signed-off-by: Manikanta Mylavarapu <quic_mmanikan@quicinc.com>
Link: https://lore.kernel.org/r/20241121051951.1776250-3-quic_mmanikan@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Manikanta Mylavarapu 2024-11-21 10:49:51 +05:30 committed by Bjorn Andersson
parent ac92750c03
commit 825b203296

View File

@ -233,6 +233,13 @@ intc: interrupt-controller@f200000 {
msi-controller;
};
watchdog@f410000 {
compatible = "qcom,apss-wdt-ipq5424", "qcom,kpss-wdt";
reg = <0 0x0f410000 0 0x1000>;
interrupts = <GIC_SPI 0 IRQ_TYPE_EDGE_RISING>;
clocks = <&sleep_clk>;
};
timer@f420000 {
compatible = "arm,armv7-timer-mem";
reg = <0 0xf420000 0 0x1000>;