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/mips/cavium/ciu3.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 * Central Interrupt Unit v3
    2 
    3 Properties:
    4 - compatible: "cavium,octeon-7890-ciu3"
    5 
    6   Compatibility with 78XX and 73XX SOCs.
    7 
    8 - interrupt-controller:  This is an interrupt controller.
    9 
   10 - reg: The base address of the CIU's register bank.
   11 
   12 - #interrupt-cells: Must be <2>.  The first cell is source number.
   13   The second cell indicates the triggering semantics, and may have a
   14   value of either 4 for level semantics, or 1 for edge semantics.
   15 
   16 Example:
   17         interrupt-controller@1010000000000 {
   18                 compatible = "cavium,octeon-7890-ciu3";
   19                 interrupt-controller;
   20                 /* Interrupts are specified by two parts:
   21                  * 1) Source number (20 significant bits)
   22                  * 2) Trigger type: (4 == level, 1 == edge)
   23                  */
   24                 #address-cells = <0>;
   25                 #interrupt-cells = <2>;
   26                 reg = <0x10100 0x00000000 0x0 0xb0000000>;
   27         };

Cache object: a33fe6e279bd79931eb10aae79d89fad


[ 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.