Lines Matching +full:nrf +full:- +full:pwm
1 description: nRFx S/W PWM
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.
20 RTC: needs to be set to 0, which gives 32768 Hz base clock for PWM
23 TIMER: 16 MHz / 2^prescaler base clock is used for PWM generation.
25 channel-gpios:
26 type: phandle-array
29 An array of GPIOs assigned as outputs for the PWM channels. The number
30 of items in this array determines the number of channels that this PWM
36 sw_pwm: sw-pwm {
37 compatible = "nordic,nrf-sw-pwm";
39 channel-gpios = <&gpio0 20 GPIO_ACTIVE_HIGH>,
52 After any PWM signal generation is requested for a given channel,
56 "#pwm-cells":
59 pwm-cells:
60 - channel
61 - period
62 - flags