We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70a540 commit efd11adCopy full SHA for efd11ad
Documentation/devicetree/bindings/pwm/pwm-stm32-lp.txt
@@ -0,0 +1,24 @@
1
+STMicroelectronics STM32 Low-Power Timer PWM
2
+
3
+STM32 Low-Power Timer provides single channel PWM.
4
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.
7
8
+Required parameters:
9
+- compatible: Must be "st,stm32-pwm-lp".
10
11
+Optional properties:
12
+- pinctrl-names: Set to "default".
13
+- pinctrl-0: Phandle pointing to pin configuration node for PWM.
14
15
+Example:
16
+ timer@40002400 {
17
+ compatible = "st,stm32-lptimer";
18
+ ...
19
+ pwm {
20
+ compatible = "st,stm32-pwm-lp";
21
+ pinctrl-names = "default";
22
+ pinctrl-0 = <&lppwm1_pins>;
23
+ };
24
0 commit comments