Files
arm-trusted-firmware/fdts/fvp-base-gicv2.dtsi
T
Boyan Karatotev 270d5c5cd9 refactor(fvp): factor out interrupt information from the dts
The FVP_Base models are all identical. Individual components can be
swapped out without affecting the rest of the system. In order to not
diverge too much, factor as much common stuff out but leave out
interrupt information so that it can be swapped out.

Change-Id: I4ce5b627c7ca00d98f10eba888cc1bf4d61880a9
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
2025-08-12 08:42:28 +01:00

24 lines
544 B
Devicetree

/*
* Copyright (c) 2013-2025, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
/* GICv2 configuration, without V2M */
#include "fvp-base-gicv23-interrupts.dtsi"
/ {
gic: interrupt-controller@2f000000 {
compatible = "arm,cortex-a15-gic";
#interrupt-cells = <3>;
#address-cells = <1>;
interrupt-controller;
reg = <0x0 0x2f000000 0 0x10000>,
<0x0 0x2c000000 0 0x2000>,
<0x0 0x2c010000 0 0x2000>,
<0x0 0x2c02F000 0 0x2000>;
interrupts = <1 9 0xf04>;
};
};