pwm-omap-dmtimer.txt 523 B

123456789101112131415161718
  1. * OMAP PWM for dual-mode timers
  2. Required properties:
  3. - compatible: Shall contain "ti,omap-dmtimer-pwm".
  4. - ti,timers: phandle to PWM capable OMAP timer. See arm/omap/timer.txt for info
  5. about these timers.
  6. - #pwm-cells: Should be 3. See pwm.txt in this directory for a description of
  7. the cells format.
  8. Optional properties:
  9. - ti,prescaler: Should be a value between 0 and 7, see the timers datasheet
  10. Example:
  11. pwm9: dmtimer-pwm@9 {
  12. compatible = "ti,omap-dmtimer-pwm";
  13. ti,timers = <&timer9>;
  14. #pwm-cells = <3>;
  15. };