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

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

ARM: dts: msm: Add spss device node for PIL on SDMSHRIKE

Add PIL device tree node to load firmware images of spss
on SDMSHRIKE.

Change-Id: I61acf03594390dbcdb47f38443b32969f10e9542
parent 6b11e0a4
Loading
Loading
Loading
Loading
+35 −0
Original line number Diff line number Diff line
@@ -1580,6 +1580,41 @@

		memory-region = <&pil_npu_mem>;
	};

	qcom,spss@1880000 {
		compatible = "qcom,pil-tz-generic";
		reg = <0x188101c 0x4>,
			<0x1881024 0x4>,
			<0x1881028 0x4>,
			<0x188103c 0x4>,
			<0x1882014 0x4>;
		reg-names = "sp2soc_irq_status", "sp2soc_irq_clr",
			"sp2soc_irq_mask", "rmb_err", "rmb_err_spare2";
		interrupts = <0 352 1>;

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

		clocks = <&rpmhcc RPMH_CXO_CLK>;
		clock-names = "xo";
		qcom,proxy-clock-names = "xo";
		qcom,pil-generic-irq-handler;
		status = "ok";
		qcom,signal-aop;
		qcom,complete-ramdump;

		qcom,pas-id = <14>;
		qcom,proxy-timeout-ms = <10000>;
		qcom,firmware-name = "spss";
		memory-region = <&pil_spss_mem>;
		qcom,spss-scsr-bits = <24 25>;

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

#include "sdmshrike-pinctrl.dtsi"