The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/interrupt-controller/ti,omap-intc-irq.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 Omap2/3 intc controller
    2 
    3 On TI omap2 and 3 the intc interrupt controller can provide
    4 96 or 128 IRQ signals to the ARM host depending on the SoC.
    5 
    6 Required Properties:
    7 - compatible: should be one of
    8                         "ti,omap2-intc"
    9                         "ti,omap3-intc"
   10                         "ti,dm814-intc"
   11                         "ti,dm816-intc"
   12                         "ti,am33xx-intc"
   13 
   14 - interrupt-controller : Identifies the node as an interrupt controller
   15 - #interrupt-cells : Specifies the number of cells needed to encode interrupt
   16                      source, should be 1 for intc
   17 - interrupts: interrupt reference to primary interrupt controller
   18 
   19 Please refer to interrupts.txt in this directory for details of the common
   20 Interrupt Controllers bindings used by client devices.
   21 
   22 Example:
   23         intc: interrupt-controller@48200000 {
   24                 compatible = "ti,omap3-intc";
   25                 interrupt-controller;
   26                 #interrupt-cells = <1>;
   27                 reg = <0x48200000 0x1000>;
   28         };

Cache object: 2785ad407d54b6b5b43a0bb5829f8c06


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.