Merge "ARM: dts: msm: Add GICv3 ITS node for diwali"

This commit is contained in:
qctecmdr
2021-11-10 08:34:08 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -501,11 +501,19 @@
compatible = "arm,gic-v3";
#interrupt-cells = <3>;
interrupt-controller;
ranges;
#redistributor-regions = <1>;
redistributor-stride = <0x0 0x40000>;
reg = <0x17100000 0x10000>, /* GICD */
<0x17180000 0x200000>; /* GICR * 8 */
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_LOW>;
gic_its: msi-controller@17140000 {
compatible = "arm,gic-v3-its";
msi-controller;
#msi-cells = <1>;
reg = <0x17140000 0x20000>;
};
};
tlmm: pinctrl@f000000 {