Lines Matching full:pwm
5 NXP S32 eMIOS PWM node for S32 SoCs. Each channel in eMIOS can be configured
6 to use for PWM operation. There are several PWM modes supported by this module,
16 emios0_pwm: pwm {
19 pwm-mode = "OPWFMB";
29 pwm-mode = "OPWMB";
38 pwm-mode = "OPWMCB_LEAD_EDGE";
46 pwm-mode = "SAIC";
53 phandle 'master-bus'. For OPWMB mode, PWM's period is master bus's period and
58 compatible: "nxp,s32-emios-pwm"
60 include: [pwm-controller.yaml, base.yaml, pinctrl-device.yaml]
69 "#pwm-cells":
72 pwm-cells:
80 eMIOS PWM channel configuration.
86 description: eMIOS PWM channel
93 for PWM operation. A master bus must be used exclusively, such as if
95 master bus as a timebase for generate PWM pulse.
97 pwm-mode:
101 Select PWM mode:
107 an external counter driven in MCB Up Mode. Changing PWM period
111 - OPWMCB: generates a center aligned PWM with dead time insertion to the
113 an external counter driven in MCB Up Down Mode. Changing PWM period
130 Output polarity for PWM channel.
138 Duty-cycle (in ticks) for PWM channel at boot time.
144 of PWM mode depends on period's master bus. Must be in range [2 ... 65535].
169 Dead time (in ticks) for PWM channel in OPWMCB mode.
175 Phase Shift (in ticks) for PWM channel in OPWMB mode.