Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * ARM Ltd.
0003  *
0004  * ARMv8 Foundation model DTS (GICv2 configuration)
0005  */
0006 
0007 / {
0008         gic: interrupt-controller@2c001000 {
0009                 compatible = "arm,gic-400", "arm,cortex-a15-gic";
0010                 #interrupt-cells = <3>;
0011                 #address-cells = <1>;
0012                 interrupt-controller;
0013                 reg = <0x0 0x2c001000 0 0x1000>,
0014                       <0x0 0x2c002000 0 0x2000>,
0015                       <0x0 0x2c004000 0 0x2000>,
0016                       <0x0 0x2c006000 0 0x2000>;
0017                 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
0018         };
0019 };