blob: 4e32bee11201b6a968ef89f3dc547df45c0fc47b [file] [log] [blame]
Peter Ujfalusi3744c262012-11-27 11:09:57 +01001Texas Instruments TWL series PWM drivers
2
3Supported PWMs:
4On TWL4030 series: PWM1 and PWM2
5On TWL6030 series: PWM0 and PWM1
6
7Required properties:
8- compatible: "ti,twl4030-pwm" or "ti,twl6030-pwm"
Laurent Pinchartebeec0a2013-07-18 00:54:23 +02009- #pwm-cells: should be 2. See pwm.txt in this directory for a description of
10 the cells format.
Peter Ujfalusi3744c262012-11-27 11:09:57 +010011
12Example:
13
14twl_pwm: pwm {
15 compatible = "ti,twl6030-pwm";
16 #pwm-cells = <2>;
17};