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

Commit fe1a1ee5 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add IPCC node for Direwolf"

parents 1911f3c8 e71c6280
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/soc/qcom,ipcc.h>

/ {
	model = "Qualcomm Technologies, Inc. Direwolf";
@@ -485,6 +486,14 @@
		qcom,wakeup-enable;
	};

	ipcc_mproc: qcom,ipcc@408000 {
		compatible = "qcom,ipcc";
		 reg = <0x408000 0x1000>;
		 interrupts = <GIC_SPI 229 IRQ_TYPE_LEVEL_HIGH>;
		 interrupt-controller;
		 #interrupt-cells = <3>;
		 #mbox-cells = <2>;
	};
};

#include "direwolf-pinctrl.dtsi"