tango-ir.txt 537 B

123456789101112131415161718192021
  1. Sigma Designs Tango IR NEC/RC-5/RC-6 decoder (SMP86xx and SMP87xx)
  2. Required properties:
  3. - compatible: "sigma,smp8642-ir"
  4. - reg: address/size of NEC+RC5 area, address/size of RC6 area
  5. - interrupts: spec for IR IRQ
  6. - clocks: spec for IR clock (typically the crystal oscillator)
  7. Optional properties:
  8. - linux,rc-map-name: see Documentation/devicetree/bindings/media/rc.txt
  9. Example:
  10. ir@10518 {
  11. compatible = "sigma,smp8642-ir";
  12. reg = <0x10518 0x18>, <0x105e0 0x1c>;
  13. interrupts = <21 IRQ_TYPE_EDGE_RISING>;
  14. clocks = <&xtal>;
  15. };