blob: 8a9136f4ab7402a0f6e73ff08b7c413be944cd02 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001// SPDX-License-Identifier: GPL-2.0
Pawel Moll90556ca2012-11-21 11:44:28 +00002/*
3 * ARM Ltd.
4 *
Andre Przywarad11a8972015-12-15 13:36:37 +00005 * ARMv8 Foundation model DTS (GICv2 configuration)
Pawel Moll90556ca2012-11-21 11:44:28 +00006 */
7
Andre Przywarad11a8972015-12-15 13:36:37 +00008#include "foundation-v8.dtsi"
Catalin Marinasdf503ba2013-11-14 15:15:37 +00009
Pawel Moll90556ca2012-11-21 11:44:28 +000010/ {
Pawel Moll90556ca2012-11-21 11:44:28 +000011 gic: interrupt-controller@2c001000 {
12 compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
13 #interrupt-cells = <3>;
Andre Przywara26447232015-12-15 13:36:35 +000014 #address-cells = <2>;
Pawel Moll90556ca2012-11-21 11:44:28 +000015 interrupt-controller;
16 reg = <0x0 0x2c001000 0 0x1000>,
Andre Przywarae6b51222015-12-15 13:36:36 +000017 <0x0 0x2c002000 0 0x2000>,
Pawel Moll90556ca2012-11-21 11:44:28 +000018 <0x0 0x2c004000 0 0x2000>,
19 <0x0 0x2c006000 0 0x2000>;
20 interrupts = <1 9 0xf04>;
21 };
Pawel Moll90556ca2012-11-21 11:44:28 +000022};