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

Commit f0d441db authored by Hardik Kantilal Patel's avatar Hardik Kantilal Patel
Browse files

ARM: dts: msm: Add the DT entry for icnss



Add Adrestea base memory address and Copy Engine interrupt
mapping entry.

Change-Id: I528a4355f832663bdce73a6950c149118ecfdc0a
Signed-off-by: default avatarHardik Kantilal Patel <hkpatel@codeaurora.org>
parent 8ca03863
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -45,3 +45,24 @@

	status = "ok";
};

&soc {
	qcom,icnss@18800000 {
	compatible = "qcom,icnss";
	reg = <0x18800000 0x800000>;
	reg-names = "membase";
	interrupts =
		<0 445 0 /* CE0 */ >,
		<0 446 0 /* CE1 */ >,
		<0 447 0 /* CE2 */ >,
		<0 448 0 /* CE3 */ >,
		<0 449 0 /* CE4 */ >,
		<0 450 0 /* CE5 */ >,
		<0 452 0 /* CE6 */ >,
		<0 453 0 /* CE7 */ >,
		<0 454 0 /* CE8 */ >,
		<0 455 0 /* CE9 */ >,
		<0 456 0 /* CE10 */ >,
		<0 457 0 /* CE11 */ >;
	};
};