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/mtk-cir.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 Device-Tree bindings for Mediatek consumer IR controller
    2 found in Mediatek SoC family
    3 
    4 Required properties:
    5 - compatible        : Should be
    6                         "mediatek,mt7623-cir": for MT7623 SoC
    7                         "mediatek,mt7622-cir": for MT7622 SoC
    8 - clocks            : list of clock specifiers, corresponding to
    9                       entries in clock-names property;
   10 - clock-names       : should contain
   11                         - "clk" entries: for MT7623 SoC
   12                         - "clk", "bus" entries: for MT7622 SoC
   13 - interrupts        : should contain IR IRQ number;
   14 - reg               : should contain IO map address for IR.
   15 
   16 Optional properties:
   17 - linux,rc-map-name : see rc.txt file in the same directory.
   18 
   19 Example:
   20 
   21 cir: cir@10013000 {
   22         compatible = "mediatek,mt7623-cir";
   23         reg = <0 0x10013000 0 0x1000>;
   24         interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_LOW>;
   25         clocks = <&infracfg CLK_INFRA_IRRX>;
   26         clock-names = "clk";
   27         linux,rc-map-name = "rc-rc6-mce";
   28 };

Cache object: 10e63f3acca624d24dfcef9f3e874c41


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