mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 16:07:17 -04:00
arm64: dts: qcom: msm8994: Add watchdog timer node
Add and configure the watchdog node. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220319174645.340379-15-konrad.dybcio@somainline.org
This commit is contained in:
committed by
Bjorn Andersson
parent
1ae438d26b
commit
e0be93fb38
@@ -356,6 +356,15 @@ apcs: mailbox@f900d000 {
|
||||
#mbox-cells = <1>;
|
||||
};
|
||||
|
||||
watchdog@f9017000 {
|
||||
compatible = "qcom,apss-wdt-msm8994", "qcom,kpss-wdt";
|
||||
reg = <0xf9017000 0x1000>;
|
||||
interrupts = <GIC_SPI 3 IRQ_TYPE_EDGE_RISING>,
|
||||
<GIC_SPI 4 IRQ_TYPE_EDGE_RISING>;
|
||||
clocks = <&sleep_clk>;
|
||||
timeout-sec = <10>;
|
||||
};
|
||||
|
||||
timer@f9020000 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
Reference in New Issue
Block a user