Linux 4.1.18
[linux/fpc-iii.git] / Documentation / devicetree / bindings / media / meson-ir.txt
blob407848e85f31100510216d09297511611dba95a0
1 * Amlogic Meson IR remote control receiver
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
8 Example:
10         ir-receiver@c8100480 {
11                 compatible= "amlogic,meson6-ir";
12                 reg = <0xc8100480 0x20>;
13                 interrupts = <0 15 1>;
14         };