aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/media/tango-ir.txt
blob: a9f00c2bf8970efa628267c1b5a03dc0aa5566af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Sigma Designs Tango IR NEC/RC-5/RC-6 decoder (SMP86xx and SMP87xx)

Required properties:

- compatible: "sigma,smp8642-ir"
- reg: address/size of NEC+RC5 area, address/size of RC6 area
- interrupts: spec for IR IRQ
- clocks: spec for IR clock (typically the crystal oscillator)

Optional properties:

- linux,rc-map-name: see Documentation/devicetree/bindings/media/rc.txt

Example:

	ir@10518 {
		compatible = "sigma,smp8642-ir";
		reg = <0x10518 0x18>, <0x105e0 0x1c>;
		interrupts = <21 IRQ_TYPE_EDGE_RISING>;
		clocks = <&xtal>;
	};