meson-ir.txt 475 B

123456789101112131415161718
  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. Example:
  10. ir-receiver@c8100480 {
  11. compatible= "amlogic,meson6-ir";
  12. reg = <0xc8100480 0x20>;
  13. interrupts = <0 15 1>;
  14. };