ARM: dts: qcom: add wdog to the baseline msm8996 vplatform

The ramdump function needs watchdog device support.

Change-Id: I04e7e5773096c91fdc592aedf5d295256bd6ca08
Signed-off-by: Yimin Peng <yiminp@codeaurora.org>
This commit is contained in:
Yimin Peng 2018-01-30 14:39:18 +08:00
parent f0020b57b5
commit 8755da552b

View file

@ -50,6 +50,17 @@
};
};
wdog: qcom,wdt@9830000 {
compatible = "qcom,msm-watchdog";
reg = <0x9830000 0x1000>;
reg-names = "wdt-base";
interrupts = <0 28 0>, <0 29 0>;
qcom,bark-time = <11000>;
qcom,pet-time = <10000>;
qcom,ipi-ping;
qcom,wakeup-enable;
};
qcom,hab {
compatible = "qcom,hab";
vmid = <3>;