Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra...
[cascardo/linux.git] / Documentation / devicetree / bindings / media / nokia,n900-ir
1 Device-Tree bindings for LIRC TX driver for Nokia N900(RX51)
2
3 Required properties:
4         - compatible: should be "nokia,n900-ir".
5         - pwms: specifies PWM used for IR signal transmission.
6
7 Example node:
8
9         pwm9: dmtimer-pwm@9 {
10                 compatible = "ti,omap-dmtimer-pwm";
11                 ti,timers = <&timer9>;
12                 ti,clock-source = <0x00>; /* timer_sys_ck */
13                 #pwm-cells = <3>;
14         };
15
16         ir: n900-ir {
17                 compatible = "nokia,n900-ir";
18
19                 pwms = <&pwm9 0 26316 0>; /* 38000 Hz */
20         };