Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / arch / arm64 / boot / dts / arm / foundation-v8.dts
CommitLineData
90556ca1
PM
1/*
2 * ARM Ltd.
3 *
d11a8979 4 * ARMv8 Foundation model DTS (GICv2 configuration)
90556ca1
PM
5 */
6
d11a8979 7#include "foundation-v8.dtsi"
df503ba7 8
90556ca1 9/ {
90556ca1
PM
10 gic: interrupt-controller@2c001000 {
11 compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
12 #interrupt-cells = <3>;
26447231 13 #address-cells = <2>;
90556ca1
PM
14 interrupt-controller;
15 reg = <0x0 0x2c001000 0 0x1000>,
e6b51228 16 <0x0 0x2c002000 0 0x2000>,
90556ca1
PM
17 <0x0 0x2c004000 0 0x2000>,
18 <0x0 0x2c006000 0 0x2000>;
19 interrupts = <1 9 0xf04>;
20 };
90556ca1 21};
This page took 0.158219 seconds and 5 git commands to generate.