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

Commit 461b18d3 authored by Sandeep Singh's avatar Sandeep Singh
Browse files

ARM: dts: msm: Add icnss node on sdmmagpie



Add icnss node to enable wlan on sdmmagpie, add entry for membase,
CE interrupt vectors.

CRs-Fixed: 2327396
Change-Id: I5c1fc9a99dbe1431da25ff4b32a3cba3f3d2d897
Signed-off-by: default avatarSandeep Singh <sandsing@codeaurora.org>
parent 965d38ea
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -2152,6 +2152,29 @@
		qcom,firmware-name = "venus";
		memory-region = <&pil_video_mem>;
	};

	icnss: qcom,icnss@18800000 {
		status = "disabled";
		compatible = "qcom,icnss";
		reg = <0x18800000 0x800000>;
		reg-names = "membase";
		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,smmu-s1-bypass;
		qcom,wlan-msa-memory = <0x100000>;
		qcom,wlan-msa-fixed-region = <&wlan_msa_mem>;
	};

};

#include "sdmmagpie-pinctrl.dtsi"