License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / arm64 / boot / dts / arm / foundation-v8-gicv3.dts
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
6ba29e91
AP
2/*
3 * ARM Ltd.
4 *
5 * ARMv8 Foundation model DTS (GICv3 configuration)
6 */
7
8#include "foundation-v8.dtsi"
9
10/ {
11 gic: interrupt-controller@2f000000 {
12 compatible = "arm,gic-v3";
13 #interrupt-cells = <3>;
14 #address-cells = <2>;
15 #size-cells = <2>;
16 ranges;
17 interrupt-controller;
18 reg = <0x0 0x2f000000 0x0 0x10000>,
19 <0x0 0x2f100000 0x0 0x200000>,
20 <0x0 0x2c000000 0x0 0x2000>,
21 <0x0 0x2c010000 0x0 0x2000>,
22 <0x0 0x2c02f000 0x0 0x2000>;
23 interrupts = <1 9 4>;
24
25 its: its@2f020000 {
26 compatible = "arm,gic-v3-its";
27 msi-controller;
28 reg = <0x0 0x2f020000 0x0 0x20000>;
29 };
30 };
31};