Merge tag 'renesas-dt-fixes2-for-v4.5' of git://git.kernel.org/pub/scm/linux/kernel...
[cascardo/linux.git] / Documentation / devicetree / bindings / pwm / pwm-omap-dmtimer.txt
1 * OMAP PWM for dual-mode timers
2
3 Required properties:
4 - compatible: Shall contain "ti,omap-dmtimer-pwm".
5 - ti,timers: phandle to PWM capable OMAP timer. See arm/omap/timer.txt for info
6   about these timers.
7 - #pwm-cells: Should be 3. See pwm.txt in this directory for a description of
8   the cells format.
9
10 Optional properties:
11 - ti,prescaler: Should be a value between 0 and 7, see the timers datasheet
12
13 Example:
14         pwm9: dmtimer-pwm@9 {
15                 compatible = "ti,omap-dmtimer-pwm";
16                 ti,timers = <&timer9>;
17                 #pwm-cells = <3>;
18         };