Back to home page

OSCL-LXR

 
 

    


0001 TI-NSPIRE interrupt controller
0002 
0003 Required properties:
0004 - compatible: Compatible property value should be "lsi,zevio-intc".
0005 
0006 - reg: Physical base address of the controller and length of memory mapped
0007         region.
0008 
0009 - interrupt-controller : Identifies the node as an interrupt controller
0010 
0011 Example:
0012 
0013 interrupt-controller {
0014         compatible = "lsi,zevio-intc";
0015         interrupt-controller;
0016         reg = <0xDC000000 0x1000>;
0017         #interrupt-cells = <1>;
0018 };