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

Commit 183fcb27 authored by Neil Leeder's avatar Neil Leeder
Browse files

ARM: dts: msm: add cci-400 support for 8994



Add support for the CCI-400 Cache Controller Interconnect
PMU in 8994.

Change-Id: Ic5206eb47771273e1154afbf7f0c1602877e265c
Signed-off-by: default avatarNeil Leeder <nleeder@codeaurora.org>
parent e7aeb208
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -3065,6 +3065,26 @@
		reg-names = "avtimer_lsb_addr", "avtimer_msb_addr";
		qcom,clk_div = <27>;
	};

	cci@f9100000 {
		compatible = "arm,cci-400";
		#address-cells = <1>;
		#size-cells = <1>;
		reg = <0xf9100000 0x1000>;
		ranges = <0x0 0xf9100000 0x10000>;
		hw-version = <8>;

		pmu@a000 {
			compatible = "arm,cci-400-pmu";
			reg = <0x9000 0x5000>;
			interrupts = <0 7 0>,
				     <0 7 0>,
				     <0 7 0>,
				     <0 7 0>,
				     <0 7 0>;
		};

	};
};

&gdsc_usb30 {