Back to home page

OSCL-LXR

 
 

    


0001 * ARC700 incore Interrupt Controller
0002 
0003   The core interrupt controller provides 32 prioritised interrupts (2 levels)
0004   to ARC700 core.
0005 
0006 Properties:
0007 
0008 - compatible: "snps,arc700-intc"
0009 - interrupt-controller: This is an interrupt controller.
0010 - #interrupt-cells: Must be <1>.
0011 
0012   Single Cell "interrupts" property of a device specifies the IRQ number
0013   between 0 to 31
0014 
0015   intc accessed via the special ARC AUX register interface, hence "reg" property
0016   is not specified.
0017 
0018 Example:
0019 
0020         intc: interrupt-controller {
0021                 compatible = "snps,arc700-intc";
0022                 interrupt-controller;
0023                 #interrupt-cells = <1>;
0024         };