st,stmpe-pwm.txt 430 B

123456789101112131415161718
  1. == ST STMPE PWM controller ==
  2. This is a PWM block embedded in the ST Microelectronics STMPE
  3. (ST Multi-Purpose Expander) chips. The PWM is registered as a
  4. subdevices of the STMPE MFD device.
  5. Required properties:
  6. - compatible: should be:
  7. - "st,stmpe-pwm"
  8. - #pwm-cells: should be 2. See pwm.txt in this directory for a description of
  9. the cells format.
  10. Example:
  11. pwm0: pwm {
  12. compatible = "st,stmpe-pwm";
  13. #pwm-cells = <2>;
  14. };