brintos

brintos / linux-shallow public Read only

0
0
Text · 376 B · d97ca19 Raw
18 lines · plain
1Texas Instruments TWL series PWM drivers2 3Supported PWMs:4On TWL4030 series: PWM1 and PWM25On TWL6030 series: PWM0 and PWM16 7Required properties:8- compatible: "ti,twl4030-pwm" or "ti,twl6030-pwm"9- #pwm-cells: should be 2. See pwm.yaml in this directory for a description of10  the cells format.11 12Example:13 14twl_pwm: pwm {15	compatible = "ti,twl6030-pwm";16	#pwm-cells = <2>;17};18