Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c97800b authored by Vivek Kumar's avatar Vivek Kumar Committed by Shreyas K K
Browse files

ARM: dts: msm: Add WDT node for Direwolf

Add WDT node with compatible qcom,msm-watchdog, to enable
watchdog driver on Direwolf.

Change-Id: Ia598e8b54c509795cd005755b7091b6ae584fab7
parent 2356c682
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -467,6 +467,18 @@
		#interrupt-cells = <2>;
	};

	wdog: qcom,wdt@17c10000 {
		compatible = "qcom,msm-watchdog";
		reg = <0x17c10000 0x1000>;
		reg-names = "wdt-base";
		interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
				<GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
		qcom,bark-time = <11000>;
		qcom,pet-time = <9360>;
		qcom,ipi-ping;
		qcom,wakeup-enable;
	};

};

#include "direwolf-pinctrl.dtsi"