gpio-ir-receiver.txt 385 B

1234567891011121314151617
  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: see rc.txt file in the same
  7. directory.
  8. Example node:
  9. ir: ir-receiver {
  10. compatible = "gpio-ir-receiver";
  11. gpios = <&gpio0 19 1>;
  12. linux,rc-map-name = "rc-rc6-mce";
  13. };