Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[sfrench/cifs-2.6.git] / arch / arm64 / boot / dts / arm / foundation-v8.dts
1 /*
2  * ARM Ltd.
3  *
4  * ARMv8 Foundation model DTS (GICv2 configuration)
5  */
6
7 #include "foundation-v8.dtsi"
8
9 / {
10         gic: interrupt-controller@2c001000 {
11                 compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
12                 #interrupt-cells = <3>;
13                 #address-cells = <2>;
14                 interrupt-controller;
15                 reg = <0x0 0x2c001000 0 0x1000>,
16                       <0x0 0x2c002000 0 0x2000>,
17                       <0x0 0x2c004000 0 0x2000>,
18                       <0x0 0x2c006000 0 0x2000>;
19                 interrupts = <1 9 0xf04>;
20         };
21 };