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

Commit d551da47 authored by Naina Mehta's avatar Naina Mehta
Browse files

ARM: dts: msm: Add Modem pil node for Yupik

Add Modem pil DT node to support Modem subsystem for
Yupik platform.

Change-Id: Ib7e026841e45e104c42847698d94a7bf3bea9d3e
parent 55b0b075
Loading
Loading
Loading
Loading
+50 −0
Original line number Original line Diff line number Diff line
@@ -1887,6 +1887,56 @@
		shared-buffer = <&qrtr_shbuf>;
		shared-buffer = <&qrtr_shbuf>;
	};
	};


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

		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";

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

		qcom,pas-id = <4>;
		qcom,proxy-timeout-ms = <10000>;
		qcom,smem-id = <421>;
		qcom,sysmon-id = <0>;
		qcom,minidump-id = <3>;
		qcom,ssctl-instance-id = <0x12>;
		qcom,firmware-name = "modem";
		memory-region = <&pil_mpss_mem>;
		qcom,signal-aop;
		qcom,complete-ramdump;

		interconnects = <&mc_virt MASTER_LLCC &mc_virt SLAVE_EBI1>;

		/* Inputs from mss */
		interrupts-extended = <&intc GIC_SPI 264 IRQ_TYPE_LEVEL_HIGH>,
				<&modem_smp2p_in 0 0>,
				<&modem_smp2p_in 2 0>,
				<&modem_smp2p_in 1 0>,
				<&modem_smp2p_in 3 0>,
				<&modem_smp2p_in 7 0>;

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

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

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

	qcom,lpass@3700000 {
	qcom,lpass@3700000 {
		compatible = "qcom,pil-tz-generic";
		compatible = "qcom,pil-tz-generic";
		reg = <0x3700000 0x00100>;
		reg = <0x3700000 0x00100>;