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/media/img-ir-rev1.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 * ImgTec Infrared (IR) decoder version 1
    2 
    3 This binding is for Imagination Technologies' Infrared decoder block,
    4 specifically major revision 1.
    5 
    6 Required properties:
    7 - compatible:           Should be "img,ir-rev1"
    8 - reg:                  Physical base address of the controller and length of
    9                         memory mapped region.
   10 - interrupts:           The interrupt specifier to the cpu.
   11 
   12 Optional properties:
   13 - clocks:               List of clock specifiers as described in standard
   14                         clock bindings.
   15                         Up to 3 clocks may be specified in the following order:
   16                         1st:    Core clock (defaults to 32.768KHz if omitted).
   17                         2nd:    System side (fast) clock.
   18                         3rd:    Power modulation clock.
   19 - clock-names:          List of clock names corresponding to the clocks
   20                         specified in the clocks property.
   21                         Accepted clock names are:
   22                         "core": Core clock.
   23                         "sys":  System clock.
   24                         "mod":  Power modulation clock.
   25 
   26 Example:
   27 
   28         ir@2006200 {
   29                 compatible = "img,ir-rev1";
   30                 reg = <0x02006200 0x100>;
   31                 interrupts = <29 4>;
   32                 clocks = <&clk_32khz>;
   33                 clock-names =  "core";
   34         };

Cache object: 58dc2dd1f247b342c0c276fed299a7b2


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