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

Commit aac72caa authored by Raghavendra Rao Ananta's avatar Raghavendra Rao Ananta
Browse files

ARM: dts: msm: Add modem PIL node for sdxprairie



Add modem PIL device tree node for bringing the core out of
reset, shutdown & other SSR related functionalities.

Change-Id: Iaf0080f6e2d939a378753211ca80a2e3a2f1d3a5
Signed-off-by: default avatarRaghavendra Rao Ananta <rananta@codeaurora.org>
parent 81a08fbe
Loading
Loading
Loading
Loading
+39 −0
Original line number Diff line number Diff line
@@ -273,6 +273,45 @@
		};
	};

	pil_modem: qcom,mss@4080000 {
		compatible = "qcom,pil-tz-generic";
		reg = <0x4080000 0x100>;

		clocks = <&clock_rpmh RPMH_CXO_CLK>;
		clock-names = "xo";
		qcom,proxy-clock-names = "xo";

		vdd_cx-supply = <&VDD_CX_LEVEL>;
		qcom,vdd_cx-uV-uA = <RPMH_REGULATOR_LEVEL_TURBO 100000>;
		vdd_mss-supply = <&VDD_MODEM_LEVEL>;
		qcom,vdd_mss-uV-uA = <RPMH_REGULATOR_LEVEL_TURBO 100000>;
		qcom,proxy-reg-names = "vdd_cx", "vdd_mss";

		qcom,firmware-name = "modem";
		memory-region = <&mpss_adsp_mem>;
		qcom,pas-id = <4>;
		qcom,smem-id = <421>;
		qcom,sysmon-id = <0>;
		qcom,ssctl-instance-id = <0x12>;

		interrupts-extended = <&intc 0 250 1>,
				<&modem_smp2p_in 0 0>,
				<&modem_smp2p_in 2 0>,
				<&modem_smp2p_in 1 0>,
				<&modem_smp2p_in 3 0>;

		interrupt-names = "qcom,wdog",
				"qcom,err-fatal",
				"qcom,proxy-unvote",
				"qcom,err-ready",
				"qcom,stop-ack";

		qcom,smem-states = <&modem_smp2p_out 0>;
		qcom,smem-state-names = "qcom,force-stop";

		status = "ok";
	};

	qcom,msm_gsi {
		compatible = "qcom,msm_gsi";
	};