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:
parent
f0020b57b5
commit
8755da552b
1 changed files with 11 additions and 0 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Reference in a new issue