Back to home page

OSCL-LXR

 
 

    


0001 VIA/Wondermedia VT8500/WM8xxx series SoC PWM controller
0002 
0003 Required properties:
0004 - compatible: should be "via,vt8500-pwm"
0005 - reg: physical base address and length of the controller's registers
0006 - #pwm-cells: should be 3. See pwm.yaml in this directory for a description of
0007   the cells format. The only third cell flag supported by this binding is
0008   PWM_POLARITY_INVERTED.
0009 - clocks: phandle to the PWM source clock
0010 
0011 Example:
0012 
0013 pwm1: pwm@d8220000 {
0014         #pwm-cells = <3>;
0015         compatible = "via,vt8500-pwm";
0016         reg = <0xd8220000 0x1000>;
0017         clocks = <&clkpwm>;
0018 };