0001 Berlin PWM controller
0002
0003 Required properties:
0004 - compatible: should be "marvell,berlin-pwm"
0005 - reg: physical base address and length of the controller's registers
0006 - clocks: phandle to the input clock
0007 - #pwm-cells: should be 3. See pwm.yaml in this directory for a description of
0008 the cells format.
0009
0010 Example:
0011
0012 pwm: pwm@f7f20000 {
0013 compatible = "marvell,berlin-pwm";
0014 reg = <0xf7f20000 0x40>;
0015 clocks = <&chip_clk CLKID_CFG>;
0016 #pwm-cells = <3>;
0017 }