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

Commit 34a985cf authored by Yuanyuan Liu's avatar Yuanyuan Liu
Browse files

ARM: dts: msm: Enable ICNSS node for sdm855



Enable ICNSS node for sdm855 as WLAN requires ICNSS
platform support.

CRs-Fixed: 2202583
Change-Id: I69c326d5fd1240489c26352c5fe0a9316e7d7233
Signed-off-by: default avatarYuanyuan Liu <yuanliu@codeaurora.org>
parent bb35926a
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
@@ -3083,6 +3083,36 @@
		mboxes = <&qmp_aop 0>;
		mbox-names = "aop";
	};

	qcom,icnss@18800000 {
		compatible = "qcom,icnss";
		reg = <0x18800000 0x800000>,
		      <0xa0000000 0x10000000>,
		      <0xb0000000 0x10000>;
		reg-names = "membase", "smmu_iova_base", "smmu_iova_ipa";
		iommus = <&apps_smmu 0x0640 0x1>;
		interrupts = <0 414 0 /* CE0 */ >,
			     <0 415 0 /* CE1 */ >,
			     <0 416 0 /* CE2 */ >,
			     <0 417 0 /* CE3 */ >,
			     <0 418 0 /* CE4 */ >,
			     <0 419 0 /* CE5 */ >,
			     <0 420 0 /* CE6 */ >,
			     <0 421 0 /* CE7 */ >,
			     <0 422 0 /* CE8 */ >,
			     <0 423 0 /* CE9 */ >,
			     <0 424 0 /* CE10 */ >,
			     <0 425 0 /* CE11 */ >;
		qcom,wlan-msa-memory = <0x100000>;
		qcom,smmu-s1-bypass;

		vdd-cx-mx-supply = <&pm855_l1>;
		vdd-1.8-xo-supply = <&pm855_l7>;
		vdd-1.3-rfa-supply = <&pm855l_l2>;
		vdd-3.3-ch0-supply = <&pm855l_l11>;
		qcom,vdd-cx-mx-config = <752000 752000>;
		qcom,vdd-3.3-ch0-config = <3104000 3312000>;
	};
};

&emac_gdsc {