meson-ir.txt 373 B

1234567891011121314
  1. * Amlogic Meson IR remote control receiver
  2. Required properties:
  3. - compatible : should be "amlogic,meson6-ir"
  4. - reg : physical base address and length of the device registers
  5. - interrupts : a single specifier for the interrupt from the device
  6. Example:
  7. ir-receiver@c8100480 {
  8. compatible= "amlogic,meson6-ir";
  9. reg = <0xc8100480 0x20>;
  10. interrupts = <0 15 1>;
  11. };