1Device-Tree bindings for LIRC TX driver for Nokia N900(RX51) 2 3Required properties: 4 - compatible: should be "nokia,n900-ir". 5 - pwms: specifies PWM used for IR signal transmission. 6 7Example 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 }; 21