vt8500-pwm.txt 543 B

12345678910111213141516171819
  1. VIA/Wondermedia VT8500/WM8xxx series SoC PWM controller
  2. Required properties:
  3. - compatible: should be "via,vt8500-pwm"
  4. - reg: physical base address and length of the controller's registers
  5. - #pwm-cells: should be 3. See pwm.txt in this directory for a description of
  6. the cells format. The only third cell flag supported by this binding is
  7. PWM_POLARITY_INVERTED.
  8. - clocks: phandle to the PWM source clock
  9. Example:
  10. pwm1: pwm@d8220000 {
  11. #pwm-cells = <3>;
  12. compatible = "via,vt8500-pwm";
  13. reg = <0xd8220000 0x1000>;
  14. clocks = <&clkpwm>;
  15. };