pwm-berlin.txt 441 B

123456789101112131415161718
  1. Berlin PWM controller
  2. Required properties:
  3. - compatible: should be "marvell,berlin-pwm"
  4. - reg: physical base address and length of the controller's registers
  5. - clocks: phandle to the input clock
  6. - #pwm-cells: should be 3. See pwm.txt in this directory for a description of
  7. the cells format.
  8. Example:
  9. pwm: pwm@f7f20000 {
  10. compatible = "marvell,berlin-pwm";
  11. reg = <0xf7f20000 0x40>;
  12. clocks = <&chip_clk CLKID_CFG>;
  13. #pwm-cells = <3>;
  14. }