Back to home page

OSCL-LXR

 
 

    


0001 * Amlogic Meson IR remote control receiver
0002 
0003 Required properties:
0004  - compatible   : depending on the platform this should be one of:
0005                   - "amlogic,meson6-ir"
0006                   - "amlogic,meson8b-ir"
0007                   - "amlogic,meson-gxbb-ir"
0008  - reg          : physical base address and length of the device registers
0009  - interrupts   : a single specifier for the interrupt from the device
0010 
0011 Optional properties:
0012  - linux,rc-map-name:   see rc.txt file in the same directory.
0013 
0014 Example:
0015 
0016         ir-receiver@c8100480 {
0017                 compatible= "amlogic,meson6-ir";
0018                 reg = <0xc8100480 0x20>;
0019                 interrupts = <0 15 1>;
0020         };