1// SPDX-License-Identifier: GPL-2.0 2/* 3 * ARM Ltd. 4 * 5 * ARMv8 Foundation model DTS (GICv3 configuration) 6 */ 7 8#include "foundation-v8.dtsi" 9 10/ { 11 gic: interrupt-controller@2f000000 { 12 compatible = "arm,gic-v3"; 13 #interrupt-cells = <3>; 14 #address-cells = <2>; 15 #size-cells = <2>; 16 ranges; 17 interrupt-controller; 18 reg = <0x0 0x2f000000 0x0 0x10000>, 19 <0x0 0x2f100000 0x0 0x200000>, 20 <0x0 0x2c000000 0x0 0x2000>, 21 <0x0 0x2c010000 0x0 0x2000>, 22 <0x0 0x2c02f000 0x0 0x2000>; 23 interrupts = <1 9 4>; 24 25 its: its@2f020000 { 26 compatible = "arm,gic-v3-its"; 27 msi-controller; 28 reg = <0x0 0x2f020000 0x0 0x20000>; 29 }; 30 }; 31}; 32