Back to home page

OSCL-LXR

 
 

    


0001 * Cirris Logic CLPS711X PWM controller
0002 
0003 Required properties:
0004 - compatible: Shall contain "cirrus,ep7209-pwm".
0005 - reg: Physical base address and length of the controller's registers.
0006 - clocks: phandle + clock specifier pair of the PWM reference clock.
0007 - #pwm-cells: Should be 1. The cell specifies the index of the channel.
0008 
0009 Example:
0010         pwm: pwm@80000400 {
0011                 compatible = "cirrus,ep7312-pwm", "cirrus,ep7209-pwm";
0012                 reg = <0x80000400 0x4>;
0013                 clocks = <&clks 8>;
0014                 #pwm-cells = <1>;
0015         };