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

Commit a5872a70 authored by Saurabh Ambulkar's avatar Saurabh Ambulkar Committed by Shreyas K K
Browse files

ARM: dts: msm: Add turing device node for PIL on SM6150

Add PIL device tree node to load firmware image of
turing on SM6150.

Change-Id: Id3f7b5aa613ff71eef4e6ec7588b72f97c5788cd
parent 4cd166d1
Loading
Loading
Loading
Loading
+44 −0
Original line number Original line Diff line number Diff line
@@ -1605,6 +1605,50 @@
		mboxes = <&qmp_aop 0>;
		mboxes = <&qmp_aop 0>;
		mbox-names = "adsp-pil";
		mbox-names = "adsp-pil";
	};
	};
	qcom,turing@8300000 {
		compatible = "qcom,pil-tz-generic";
		reg = <0x8300000 0x100000>;

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

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

		qcom,pas-id = <18>;
		qcom,proxy-timeout-ms = <10000>;
		qcom,smem-id = <601>;
		qcom,sysmon-id = <7>;
		qcom,ssctl-instance-id = <0x17>;
		qcom,firmware-name = "cdsp";
		memory-region = <&pil_cdsp_mem>;
		qcom,signal-aop;
		qcom,complete-ramdump;

		/* Inputs from turing */
		interrupts-extended = <&intc GIC_SPI 578 IRQ_TYPE_LEVEL_HIGH>,
						<&cdsp_smp2p_in 0 0>,
						<&cdsp_smp2p_in 2 0>,
						<&cdsp_smp2p_in 1 0>,
						<&cdsp_smp2p_in 3 0>,
						<&cdsp_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 turing */
		qcom,smem-states = <&cdsp_smp2p_out 0>;
		qcom,smem-state-names = "qcom,force-stop";

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


#include "sm6150-qupv3.dtsi"
#include "sm6150-qupv3.dtsi"