Merge remote-tracking branches 'asoc/topic/tegra', 'asoc/topic/tlv320aic23', 'asoc...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / media / mtk-cir.txt
1 Device-Tree bindings for Mediatek consumer IR controller
2 found in Mediatek SoC family
3
4 Required properties:
5 - compatible        : "mediatek,mt7623-cir"
6 - clocks            : list of clock specifiers, corresponding to
7                       entries in clock-names property;
8 - clock-names       : should contain "clk" entries;
9 - interrupts        : should contain IR IRQ number;
10 - reg               : should contain IO map address for IR.
11
12 Optional properties:
13 - linux,rc-map-name : see rc.txt file in the same directory.
14
15 Example:
16
17 cir: cir@10013000 {
18         compatible = "mediatek,mt7623-cir";
19         reg = <0 0x10013000 0 0x1000>;
20         interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_LOW>;
21         clocks = <&infracfg CLK_INFRA_IRRX>;
22         clock-names = "clk";
23         linux,rc-map-name = "rc-rc6-mce";
24 };