mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +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:
parent
f3cd85f60c
commit
7a473107f9
|
|
@ -236,6 +236,13 @@ v2m2: v2m@2000 {
|
|||
};
|
||||
};
|
||||
|
||||
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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user