xref: /openbmc/linux/scripts/dtc/include-prefixes/arm64/arm/foundation-v8-gicv2.dtsi (revision bc3d3447b66a9eb398c7cce96f05b7c78d725abc)
1*bc3d3447SDaniel Thompson/*
2*bc3d3447SDaniel Thompson * ARM Ltd.
3*bc3d3447SDaniel Thompson *
4*bc3d3447SDaniel Thompson * ARMv8 Foundation model DTS (GICv2 configuration)
5*bc3d3447SDaniel Thompson */
6*bc3d3447SDaniel Thompson
7*bc3d3447SDaniel Thompson/ {
8*bc3d3447SDaniel Thompson	gic: interrupt-controller@2c001000 {
9*bc3d3447SDaniel Thompson		compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
10*bc3d3447SDaniel Thompson		#interrupt-cells = <3>;
11*bc3d3447SDaniel Thompson		#address-cells = <2>;
12*bc3d3447SDaniel Thompson		interrupt-controller;
13*bc3d3447SDaniel Thompson		reg = <0x0 0x2c001000 0 0x1000>,
14*bc3d3447SDaniel Thompson		      <0x0 0x2c002000 0 0x2000>,
15*bc3d3447SDaniel Thompson		      <0x0 0x2c004000 0 0x2000>,
16*bc3d3447SDaniel Thompson		      <0x0 0x2c006000 0 0x2000>;
17*bc3d3447SDaniel Thompson		interrupts = <1 9 0xf04>;
18*bc3d3447SDaniel Thompson	};
19*bc3d3447SDaniel Thompson};
20