0001 /*
0002 * ARM Ltd.
0003 *
0004 * ARMv8 Foundation model DTS (GICv3 configuration)
0005 */
0006
0007 / {
0008 gic: interrupt-controller@2f000000 {
0009 compatible = "arm,gic-v3";
0010 #interrupt-cells = <3>;
0011 #address-cells = <1>;
0012 #size-cells = <1>;
0013 ranges = <0x0 0x0 0x2f000000 0x100000>;
0014 interrupt-controller;
0015 reg = <0x0 0x2f000000 0x0 0x10000>,
0016 <0x0 0x2f100000 0x0 0x200000>,
0017 <0x0 0x2c000000 0x0 0x2000>,
0018 <0x0 0x2c010000 0x0 0x2000>,
0019 <0x0 0x2c02f000 0x0 0x2000>;
0020 interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
0021
0022 its: msi-controller@2f020000 {
0023 compatible = "arm,gic-v3-its";
0024 msi-controller;
0025 #msi-cells = <1>;
0026 reg = <0x20000 0x20000>;
0027 };
0028 };
0029 };