18c2ecf20Sopenharmony_ciBerlin PWM controller 28c2ecf20Sopenharmony_ci 38c2ecf20Sopenharmony_ciRequired properties: 48c2ecf20Sopenharmony_ci- compatible: should be "marvell,berlin-pwm" 58c2ecf20Sopenharmony_ci- reg: physical base address and length of the controller's registers 68c2ecf20Sopenharmony_ci- clocks: phandle to the input clock 78c2ecf20Sopenharmony_ci- #pwm-cells: should be 3. See pwm.yaml in this directory for a description of 88c2ecf20Sopenharmony_ci the cells format. 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ciExample: 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_cipwm: pwm@f7f20000 { 138c2ecf20Sopenharmony_ci compatible = "marvell,berlin-pwm"; 148c2ecf20Sopenharmony_ci reg = <0xf7f20000 0x40>; 158c2ecf20Sopenharmony_ci clocks = <&chip_clk CLKID_CFG>; 168c2ecf20Sopenharmony_ci #pwm-cells = <3>; 178c2ecf20Sopenharmony_ci} 18