atmel-tcb-pwm.txt 409 B

12345678910111213141516
  1. Atmel TCB PWM controller
  2. Required properties:
  3. - compatible: should be "atmel,tcb-pwm"
  4. - #pwm-cells: should be 3. See pwm.txt in this directory for a description of
  5. the cells format. The only third cell flag supported by this binding is
  6. PWM_POLARITY_INVERTED.
  7. - tc-block: The Timer Counter block to use as a PWM chip.
  8. Example:
  9. pwm {
  10. compatible = "atmel,tcb-pwm";
  11. #pwm-cells = <3>;
  12. tc-block = <1>;
  13. };