Lines Matching +full:single +full:- +full:channel
4 strength increases based on the duty cycle of the enable PWM channel
7 The binding supports an optional direction PWM channel, that can be
12 - compatible: should contain "pwm-vibrator"
13 - pwm-names: Should contain "enable" and optionally "direction"
14 - pwms: Should contain a PWM handle for each entry in pwm-names
17 - vcc-supply: Phandle for the regulator supplying power
18 - direction-duty-cycle-ns: Duty cycle of the direction PWM channel in
19 nanoseconds, defaults to 50% of the channel's
26 pinctrl-single,pins = <
32 pinctrl-single,pins = <
39 pwm8: dmtimer-pwm {
40 pinctrl-names = "default";
41 pinctrl-0 = <&vibrator_direction_pin>;
43 compatible = "ti,omap-dmtimer-pwm";
44 #pwm-cells = <3>;
46 ti,clock-source = <0x01>;
49 pwm9: dmtimer-pwm {
50 pinctrl-names = "default";
51 pinctrl-0 = <&vibrator_enable_pin>;
53 compatible = "ti,omap-dmtimer-pwm";
54 #pwm-cells = <3>;
56 ti,clock-source = <0x01>;
60 compatible = "pwm-vibrator";
63 pwm-names = "enable", "direction";
64 direction-duty-cycle-ns = <1000000000>;