meson-ir.txt 558 B

1234567891011121314151617181920
  1. * Amlogic Meson IR remote control receiver
  2. Required properties:
  3. - compatible : depending on the platform this should be one of:
  4. - "amlogic,meson6-ir"
  5. - "amlogic,meson8b-ir"
  6. - "amlogic,meson-gxbb-ir"
  7. - reg : physical base address and length of the device registers
  8. - interrupts : a single specifier for the interrupt from the device
  9. Optional properties:
  10. - linux,rc-map-name: see rc.txt file in the same directory.
  11. Example:
  12. ir-receiver@c8100480 {
  13. compatible= "amlogic,meson6-ir";
  14. reg = <0xc8100480 0x20>;
  15. interrupts = <0 15 1>;
  16. };