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