mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-08-09 06:14:34 +02:00
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>
This commit is contained in:
committed by
Bjorn Andersson
parent
f3cd85f60c
commit
7a473107f9
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user