xref: /rk3399_ARM-atf/fdts/fvp-base-gicv2.dtsi (revision a9bb1f1731554d738cdee183a2fec911d94010d1)
1/*
2 * Copyright (c) 2013-2025, Arm Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7/* GICv2 configuration, without V2M */
8
9#include "fvp-base-gicv23-interrupts.dtsi"
10
11/ {
12	gic: interrupt-controller@2f000000 {
13		compatible = "arm,cortex-a15-gic";
14		#interrupt-cells = <3>;
15		#address-cells = <1>;
16		interrupt-controller;
17		reg = <0x0 0x2f000000 0 0x10000>,
18		      <0x0 0x2c000000 0 0x2000>,
19		      <0x0 0x2c010000 0 0x2000>,
20		      <0x0 0x2c02F000 0 0x2000>;
21		interrupts = <1 9 0xf04>;
22	};
23};
24