2012-11-21 18:44:28 +07:00
|
|
|
/*
|
|
|
|
* ARM Ltd.
|
|
|
|
*
|
2015-12-15 20:36:37 +07:00
|
|
|
* ARMv8 Foundation model DTS (GICv2 configuration)
|
2012-11-21 18:44:28 +07:00
|
|
|
*/
|
|
|
|
|
2015-12-15 20:36:37 +07:00
|
|
|
#include "foundation-v8.dtsi"
|
2013-11-14 22:15:37 +07:00
|
|
|
|
2012-11-21 18:44:28 +07:00
|
|
|
/ {
|
|
|
|
gic: interrupt-controller@2c001000 {
|
|
|
|
compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
|
|
|
|
#interrupt-cells = <3>;
|
2015-12-15 20:36:35 +07:00
|
|
|
#address-cells = <2>;
|
2012-11-21 18:44:28 +07:00
|
|
|
interrupt-controller;
|
|
|
|
reg = <0x0 0x2c001000 0 0x1000>,
|
2015-12-15 20:36:36 +07:00
|
|
|
<0x0 0x2c002000 0 0x2000>,
|
2012-11-21 18:44:28 +07:00
|
|
|
<0x0 0x2c004000 0 0x2000>,
|
|
|
|
<0x0 0x2c006000 0 0x2000>;
|
|
|
|
interrupts = <1 9 0xf04>;
|
|
|
|
};
|
|
|
|
};
|