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

Commit f2e0cfb5 authored by Akshaya Bhat's avatar Akshaya Bhat
Browse files

ARM: dts: msm: Add WDT node for SA2150P

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

Change-Id: Icf55d6731dc1ac60f0703e151fbfcaae63383f22
parent f485565e
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -457,6 +457,19 @@
			#interrupt-cells = <2>;
		};
	};

	wdog: qcom,wdt@b017000 {
		compatible = "qcom,msm-watchdog";
		reg = <0xb017000 0x1000>;
		reg-names = "wdt-base";
		interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>,
			     <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
		qcom,bark-time = <11000>;
		qcom,pet-time = <9744>;
		qcom,ipi-ping;
		qcom,wakeup-enable;
		status = "okay";
	};
};

#include "qcs405-pinctrl.dtsi"