blob: 8d84208aa2c9d9d0de77496fcfb746dd137e94bd [file] [log] [blame]
Andre Przywara188ce9f2022-08-19 11:01:16 +01001/*
2 * Copyright (c) 2013-2021, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7/* GICv2 configuration, without V2M */
8
9/ {
10 gic: interrupt-controller@2f000000 {
11 compatible = "arm,cortex-a15-gic";
12 #interrupt-cells = <3>;
13 #address-cells = <1>;
14 interrupt-controller;
15 reg = <0x0 0x2f000000 0 0x10000>,
16 <0x0 0x2c000000 0 0x2000>,
17 <0x0 0x2c010000 0 0x2000>,
18 <0x0 0x2c02F000 0 0x2000>;
19 interrupts = <1 9 0xf04>;
20 };
21};