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

Commit d22b18a5 authored by Anurag Chouhan's avatar Anurag Chouhan
Browse files

ARM: dts: msm: Enable icnss device node for SDM670



Enable icnss device node for SDM670 and add iova
virtual space base address.

Change-Id: Ic9eccd16042ca716639925f8f2027dccb4b039fb
Signed-off-by: default avatarAnurag Chouhan <achouhan@codeaurora.org>
parent 755735e7
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -2369,9 +2369,12 @@
	};

	qcom,icnss@18800000 {
		status = "disabled";
		compatible = "qcom,icnss";
		reg = <0x18800000 0x800000>;
		reg = <0x18800000 0x800000>,
		      <0xa0000000 0x10000000>,
		      <0xb0000000 0x10000>;
		reg-names = "membase", "smmu_iova_base", "smmu_iova_ipa";
		iommus = <&apps_smmu 0x0040 0x1>;
		interrupts = <0 414 0 /* CE0 */ >,
			     <0 415 0 /* CE1 */ >,
			     <0 416 0 /* CE2 */ >,
@@ -2384,6 +2387,10 @@
			     <0 423 0 /* CE9 */ >,
			     <0 424 0 /* CE10 */ >,
			     <0 425 0 /* CE11 */ >;
		vdd-0.8-cx-mx-supply = <&pm660_l5>;
		vdd-1.8-xo-supply = <&pm660_l9>;
		vdd-1.3-rfa-supply = <&pm660_l6>;
		vdd-3.3-ch0-supply = <&pm660_l19>;
		qcom,wlan-msa-memory = <0x100000>;
		qcom,smmu-s1-bypass;
	};