Lines Matching +full:output +full:- +full:only
3 compatible: "nordic,nrf-sw-pwm"
5 include: [pwm-controller.yaml, base.yaml]
12 Reference to TIMER or RTC instance for generating PWM output signals
14 clock-prescaler:
18 Clock prescaler for RTC or TIMER used for generating PWM output signals.
25 channel-gpios:
26 type: phandle-array
36 sw_pwm: sw-pwm {
37 compatible = "nordic,nrf-sw-pwm";
39 channel-gpios = <&gpio0 20 GPIO_ACTIVE_HIGH>,
44 The above will assign P0.20 as the output for channel 0 and P1.12 as
45 the output for channel 1. Both outputs will be initially configured as
49 of the array) only the GPIO flags that specify the active level are
50 taken into account (any others are ignored), and they are used only
53 the polarity of its output is determined by the flag specified
56 "#pwm-cells":
59 pwm-cells:
60 - channel
61 - period
62 - flags