brcm,kona-pwm.txt 611 B

123456789101112131415161718192021
  1. Broadcom Kona PWM controller device tree bindings
  2. This controller has 6 channels.
  3. Required Properties :
  4. - compatible: should contain "brcm,kona-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@3e01a000 {
  12. compatible = "brcm,bcm11351-pwm", "brcm,kona-pwm";
  13. reg = <0x3e01a000 0xc4>;
  14. clocks = <&pwm_clk>;
  15. #pwm-cells = <3>;
  16. };