Back to home page

OSCL-LXR

 
 

    


0001 Device-Tree bindings for LIRC TX driver for Nokia N900(RX51)
0002 
0003 Required properties:
0004         - compatible: should be "nokia,n900-ir".
0005         - pwms: specifies PWM used for IR signal transmission.
0006 
0007 Example node:
0008 
0009         pwm9: dmtimer-pwm@9 {
0010                 compatible = "ti,omap-dmtimer-pwm";
0011                 ti,timers = <&timer9>;
0012                 ti,clock-source = <0x00>; /* timer_sys_ck */
0013                 #pwm-cells = <3>;
0014         };
0015 
0016         ir: n900-ir {
0017                 compatible = "nokia,n900-ir";
0018 
0019                 pwms = <&pwm9 0 26316 0>; /* 38000 Hz */
0020         };