Merge tag 'modules-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / pwm / ingenic,jz47xx-pwm.txt
1 Ingenic JZ47xx PWM Controller
2 =============================
3
4 Required properties:
5 - compatible: Should be "ingenic,jz4740-pwm"
6 - #pwm-cells: Should be 3. See pwm.txt in this directory for a description
7   of the cells format.
8 - clocks : phandle to the external clock.
9 - clock-names : Should be "ext".
10
11
12 Example:
13
14         pwm: pwm@10002000 {
15                 compatible = "ingenic,jz4740-pwm";
16                 reg = <0x10002000 0x1000>;
17
18                 #pwm-cells = <3>;
19
20                 clocks = <&ext>;
21                 clock-names = "ext";
22         };