ti,twl-pwm.txt 375 B

1234567891011121314151617
  1. Texas Instruments TWL series PWM drivers
  2. Supported PWMs:
  3. On TWL4030 series: PWM1 and PWM2
  4. On TWL6030 series: PWM0 and PWM1
  5. Required properties:
  6. - compatible: "ti,twl4030-pwm" or "ti,twl6030-pwm"
  7. - #pwm-cells: should be 2. See pwm.txt in this directory for a description of
  8. the cells format.
  9. Example:
  10. twl_pwm: pwm {
  11. compatible = "ti,twl6030-pwm";
  12. #pwm-cells = <2>;
  13. };