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

Commit 64734b52 authored by Prateek Sood's avatar Prateek Sood Committed by Mayank Grover
Browse files

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



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

Change-Id: I0abcf307be8b143aa1abc6cd99d87e18675b6a0f
Signed-off-by: default avatarPrateek Sood <prsood@codeaurora.org>
Signed-off-by: default avatarMayank Grover <groverm@codeaurora.org>
parent 6595f8f6
Loading
Loading
Loading
Loading
+37 −0
Original line number Diff line number Diff line
@@ -784,6 +784,43 @@
		qcom,guard-memory;
	};

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

		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,complete-ramdump;

		/* Inputs from mss */
		interrupts-extended = <&pdc GIC_SPI 266 IRQ_TYPE_EDGE_RISING>,
				      <&modem_smp2p_in 0 IRQ_TYPE_NONE>,
				      <&modem_smp2p_in 1 IRQ_TYPE_NONE>,
				      <&modem_smp2p_in 2 IRQ_TYPE_NONE>,
				      <&modem_smp2p_in 3 IRQ_TYPE_NONE>,
				      <&modem_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";
		/* 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,llcc@9200000 {
		compatible = "qcom,llcc-core", "syscon", "simple-mfd";
		reg = <0x9200000 0x450000>;