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

Commit a0c40380 authored by Mayank Grover's avatar Mayank Grover Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add modem pil node for Lagoon

Add modem pil node to facilitate modem subsystem
loading for Lagoon.

Change-Id: Ia91be9ca9af529f94272e2f0f17ecfbbb0345499
parent ce37c4d6
Loading
Loading
Loading
Loading
+56 −0
Original line number Diff line number Diff line
@@ -1062,6 +1062,62 @@
		mbox-names = "cdsp-pil";
	};

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

		clocks = <&rpmhcc 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_MSS_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 = <&pil_modem_mem>;
		qcom,proxy-timeout-ms = <10000>;
		qcom,sysmon-id = <0>;
		qcom,ssctl-instance-id = <0x12>;
		qcom,pas-id = <4>;
		qcom,smem-id = <421>;
		qcom,signal-aop;
		qcom,minidump-id = <3>;
		qcom,aux-minidump-ids = <4>;
		qcom,complete-ramdump;

		/* Inputs from mss */
		interrupts-extended = <&pdc GIC_SPI 136 IRQ_TYPE_EDGE_RISING>,
				<&mpss_smp2p_in 0 IRQ_TYPE_NONE>,
				<&mpss_smp2p_in 1 IRQ_TYPE_NONE>,
				<&mpss_smp2p_in 2 IRQ_TYPE_NONE>,
				<&mpss_smp2p_in 3 IRQ_TYPE_NONE>,
				<&mpss_smp2p_in 7 IRQ_TYPE_NONE>;

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

		qcom,msm-bus,name = "pil-modem";
		qcom,msm-bus,num-cases = <2>;
		qcom,msm-bus,num-paths = <1>;
		qcom,msm-bus,vectors-KBps =
				<129 512 0 0>,
				<129 512 0 1041408>;

		/* Outputs to mss */
		qcom,smem-states = <&mpss_smp2p_out 0>;
		qcom,smem-state-names = "qcom,force-stop";

		mboxes = <&qmp_aop 0>;
		mbox-names = "mss-pil";
	};

	cpuss_dump {
		compatible = "qcom,cpuss-dump";