1 STMicroelectronics STM32 Low-Power Timer PWM
3 STM32 Low-Power Timer provides single channel PWM.
5 Must be a sub-node of an STM32 Low-Power Timer device tree node.
6 See ../mfd/stm32-lptimer.txt for details about the parent node.
9 - compatible: Must be "st,stm32-pwm-lp".
12 - pinctrl-names: Set to "default".
13 - pinctrl-0: Phandle pointing to pin configuration node for PWM.
17 compatible = "st,stm32-lptimer";
20 compatible = "st,stm32-pwm-lp";
21 pinctrl-names = "default";
22 pinctrl-0 = <&lppwm1_pins>;