Merge "ARM: dts: msm: Add WDT node for Lahaina"

This commit is contained in:
qctecmdr
2019-10-01 18:08:24 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -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"