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/faraday,ftintc010.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 * Faraday Technologt FTINTC010 interrupt controller
    2 
    3 This interrupt controller is a stock IP block from Faraday Technology found
    4 in the Gemini SoCs and other designs.
    5 
    6 Required properties:
    7 - compatible: must be one of
    8   "faraday,ftintc010"
    9   "cortina,gemini-interrupt-controller" (deprecated)
   10 - reg: The register bank for the interrupt controller.
   11 - interrupt-controller: Identifies the node as an interrupt controller
   12 - #interrupt-cells: The number of cells to define the interrupts.
   13   Must be 2 as the controller can specify level or rising edge
   14   IRQs. The bindings follows the standard binding for controllers
   15   with two cells specified in
   16   interrupt-controller/interrupts.txt
   17 
   18 Example:
   19 
   20 interrupt-controller@48000000 {
   21         compatible = "faraday,ftintc010"
   22         reg = <0x48000000 0x1000>;
   23         interrupt-controller;
   24         #interrupt-cells = <2>;
   25 };

Cache object: f1b1d357ef0cd2c29c257405a4b00590


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