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

Commit efc5120b authored by Tirumalesh Chalamarla's avatar Tirumalesh Chalamarla Committed by Kevin Hilman
Browse files

GICv3: Add ITS entry to THUNDER dts



The PCIe host controller uses MSIs provided by GICv3 ITS. Enable it on
Thunder SoCs by adding an entry to DT.

Signed-off-by: default avatarTirumalesh Chalamarla <tchalamarla@cavium.com>
Acked-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
Signed-off-by: default avatarKevin Hilman <khilman@linaro.org>
parent 8dfaf056
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -376,10 +376,19 @@
		gic0: interrupt-controller@8010,00000000 {
		gic0: interrupt-controller@8010,00000000 {
			compatible = "arm,gic-v3";
			compatible = "arm,gic-v3";
			#interrupt-cells = <3>;
			#interrupt-cells = <3>;
			#address-cells = <2>;
			#size-cells = <2>;
			ranges;
			interrupt-controller;
			interrupt-controller;
			reg = <0x8010 0x00000000 0x0 0x010000>, /* GICD */
			reg = <0x8010 0x00000000 0x0 0x010000>, /* GICD */
			      <0x8010 0x80000000 0x0 0x600000>; /* GICR */
			      <0x8010 0x80000000 0x0 0x600000>; /* GICR */
			interrupts = <1 9 0xf04>;
			interrupts = <1 9 0xf04>;

			its: gic-its@8010,00020000 {
				compatible = "arm,gic-v3-its";
				msi-controller;
				reg = <0x8010 0x20000 0x0 0x200000>;
			};
		};
		};


		uaa0: serial@87e0,24000000 {
		uaa0: serial@87e0,24000000 {