Commit e0be93fb authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: msm8994: Add watchdog timer node

parent 1ae438d2
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -356,6 +356,15 @@ apcs: mailbox@f900d000 {
			#mbox-cells = <1>;
		};

		watchdog@f9017000 {
			compatible = "qcom,apss-wdt-msm8994", "qcom,kpss-wdt";
			reg = <0xf9017000 0x1000>;
			interrupts = <GIC_SPI 3 IRQ_TYPE_EDGE_RISING>,
				     <GIC_SPI 4 IRQ_TYPE_EDGE_RISING>;
			clocks = <&sleep_clk>;
			timeout-sec = <10>;
		};

		timer@f9020000 {
			#address-cells = <1>;
			#size-cells = <1>;