mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: msm: Add WDT node for Lahaina
Add WDT node with compatible qcom,msm-watchdog, to enable watchdog driver on Lahaina. Change-Id: I057ddd2755d0c98a000ec609a80949c6b36121dc
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
d9bae78ade
commit
9d95ed6004
@@ -949,6 +949,19 @@
|
||||
dma-coherent;
|
||||
};
|
||||
};
|
||||
|
||||
wdog: qcom,wdt@17c10000{
|
||||
compatible = "qcom,msm-watchdog";
|
||||
reg = <0x17c10000 0x1000>;
|
||||
reg-names = "wdt-base";
|
||||
interrupts = <0 0 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<0 1 IRQ_TYPE_LEVEL_HIGH>;
|
||||
qcom,bark-time = <11000>;
|
||||
qcom,pet-time = <9360>;
|
||||
qcom,ipi-ping;
|
||||
qcom,wakeup-enable;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
#include "lahaina-pinctrl.dtsi"
|
||||
|
||||
Reference in New Issue
Block a user