cirrus,clps711x-pwm.txt 482 B

12345678910111213141516
  1. * Cirris Logic CLPS711X PWM controller
  2. Required properties:
  3. - compatible: Shall contain "cirrus,ep7209-pwm".
  4. - reg: Physical base address and length of the controller's registers.
  5. - clocks: phandle + clock specifier pair of the PWM reference clock.
  6. - #pwm-cells: Should be 1. The cell specifies the index of the channel.
  7. Example:
  8. pwm: pwm@80000400 {
  9. compatible = "cirrus,ep7312-pwm", "cirrus,ep7209-pwm";
  10. reg = <0x80000400 0x4>;
  11. clocks = <&clks 8>;
  12. #pwm-cells = <1>;
  13. };