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

Commit cc8090ec authored by Mayank Grover's avatar Mayank Grover
Browse files

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



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

Change-Id: Id0b54b3ab84fe29993869e44aa33ce8bb8d7b5ae
Signed-off-by: default avatarMayank Grover <groverm@codeaurora.org>
parent 87c3311e
Loading
Loading
Loading
Loading
+35 −0
Original line number Diff line number Diff line
@@ -856,6 +856,41 @@
		mbox-names = "cdsp-pil";
	};

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

		qcom,pas-id = <1>;
		qcom,proxy-timeout-ms = <10000>;
		qcom,smem-id = <423>;
		qcom,sysmon-id = <1>;
		qcom,ssctl-instance-id = <0x14>;
		qcom,firmware-name = "adsp";
		memory-region = <&pil_adsp_mem>;
		qcom,signal-aop;
		qcom,complete-ramdump;

		/* Inputs from lpass */
		interrupts-extended = <&pdc GIC_SPI 162 IRQ_TYPE_EDGE_RISING>,
				      <&adsp_smp2p_in 0 0>,
				      <&adsp_smp2p_in 1 0>,
				      <&adsp_smp2p_in 2 0>,
				      <&adsp_smp2p_in 3 0>;

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

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

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

	qcom,llcc@9200000 {
		compatible = "qcom,llcc-core", "syscon", "simple-mfd";
		reg = <0x9200000 0x450000>;