brcm,iproc-pwm.txt 582 B

123456789101112131415161718192021
  1. Broadcom iProc PWM controller device tree bindings
  2. This controller has 4 channels.
  3. Required Properties :
  4. - compatible: must be "brcm,iproc-pwm"
  5. - reg: physical base address and length of the controller's registers
  6. - clocks: phandle + clock specifier pair for the external clock
  7. - #pwm-cells: Should be 3. See pwm.txt in this directory for a
  8. description of the cells format.
  9. Refer to clocks/clock-bindings.txt for generic clock consumer properties.
  10. Example:
  11. pwm: pwm@18031000 {
  12. compatible = "brcm,iproc-pwm";
  13. reg = <0x18031000 0x28>;
  14. clocks = <&osc>;
  15. #pwm-cells = <3>;
  16. };