Merge tag 'renesas-soc-fixes-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel...
[cascardo/linux.git] / Documentation / devicetree / bindings / media / meson-ir.txt
1 * Amlogic Meson IR remote control receiver
2
3 Required properties:
4  - compatible   : should be "amlogic,meson6-ir"
5  - reg          : physical base address and length of the device registers
6  - interrupts   : a single specifier for the interrupt from the device
7
8 Example:
9
10         ir-receiver@c8100480 {
11                 compatible= "amlogic,meson6-ir";
12                 reg = <0xc8100480 0x20>;
13                 interrupts = <0 15 1>;
14         };