WIP FPC-III support
[linux/fpc-iii.git] / Documentation / devicetree / bindings / pwm / litex,pwm.txt
blob403de8b69b963f7d2bd069ffdd8968cbc0237d58
1 LiteX PWM controller
3 Required properties:
4 - compatible: should be "litex,pwm".
5 - reg: base address and length of the register set for this device.
6 - clock: frequency of the main clock.
7 - #pwm-cells: should be 6. See pwm.txt in this directory for a description of
8   the cells format.
11 Examples:
13 pwm@f0003000 {
14     compatible = "litex,pwm";
15     reg = <0x0 0xf0003000 0x0 0x24>;
16     clock = <100000000>;
17     #pwm-cells = <6>;
18     status = "okay";