167673dceSAntoine TénartBerlin PWM controller
267673dceSAntoine Ténart
367673dceSAntoine TénartRequired properties:
467673dceSAntoine Ténart- compatible: should be "marvell,berlin-pwm"
567673dceSAntoine Ténart- reg: physical base address and length of the controller's registers
667673dceSAntoine Ténart- clocks: phandle to the input clock
789650a1eSKrzysztof Kozlowski- #pwm-cells: should be 3. See pwm.yaml in this directory for a description of
867673dceSAntoine Ténart  the cells format.
967673dceSAntoine Ténart
1067673dceSAntoine TénartExample:
1167673dceSAntoine Ténart
1267673dceSAntoine Ténartpwm: pwm@f7f20000 {
1367673dceSAntoine Ténart	compatible = "marvell,berlin-pwm";
1467673dceSAntoine Ténart	reg = <0xf7f20000 0x40>;
1567673dceSAntoine Ténart	clocks = <&chip_clk CLKID_CFG>;
1667673dceSAntoine Ténart	#pwm-cells = <3>;
1767673dceSAntoine Ténart}
18