4e32bee11201b6a968ef89f3dc547df45c0fc47b
[deliverable/linux.git] / Documentation / devicetree / bindings / pwm / ti,twl-pwm.txt
1 Texas Instruments TWL series PWM drivers
2
3 Supported PWMs:
4 On TWL4030 series: PWM1 and PWM2
5 On TWL6030 series: PWM0 and PWM1
6
7 Required properties:
8 - compatible: "ti,twl4030-pwm" or "ti,twl6030-pwm"
9 - #pwm-cells: should be 2. See pwm.txt in this directory for a description of
10 the cells format.
11
12 Example:
13
14 twl_pwm: pwm {
15 compatible = "ti,twl6030-pwm";
16 #pwm-cells = <2>;
17 };
This page took 0.036201 seconds and 5 git commands to generate.