spear-pwm.txt 463 B

123456789101112131415161718
  1. == ST SPEAr SoC PWM controller ==
  2. Required properties:
  3. - compatible: should be one of:
  4. - "st,spear320-pwm"
  5. - "st,spear1340-pwm"
  6. - reg: physical base address and length of the controller's registers
  7. - #pwm-cells: should be 2. See pwm.txt in this directory for a description of
  8. the cells format.
  9. Example:
  10. pwm: pwm@a8000000 {
  11. compatible ="st,spear320-pwm";
  12. reg = <0xa8000000 0x1000>;
  13. #pwm-cells = <2>;
  14. };