gpio-ir-receiver.txt 383 B

12345678910111213141516
  1. Device-Tree bindings for GPIO IR receiver
  2. Required properties:
  3. - compatible: should be "gpio-ir-receiver".
  4. - gpios: specifies GPIO used for IR signal reception.
  5. Optional properties:
  6. - linux,rc-map-name: Linux specific remote control map name.
  7. Example node:
  8. ir: ir-receiver {
  9. compatible = "gpio-ir-receiver";
  10. gpios = <&gpio0 19 1>;
  11. linux,rc-map-name = "rc-rc6-mce";
  12. };