• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * ARM Ltd.
4 *
5 * ARMv8 Foundation model DTS (GICv2 configuration)
6 */
7
8#include "foundation-v8.dtsi"
9
10/ {
11	gic: interrupt-controller@2c001000 {
12		compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
13		#interrupt-cells = <3>;
14		#address-cells = <2>;
15		interrupt-controller;
16		reg = <0x0 0x2c001000 0 0x1000>,
17		      <0x0 0x2c002000 0 0x2000>,
18		      <0x0 0x2c004000 0 0x2000>,
19		      <0x0 0x2c006000 0 0x2000>;
20		interrupts = <1 9 0xf04>;
21	};
22};
23