About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / pwm / pwm-stm32-lp.txt


Based on kernel version 4.16.1. Page generated on 2018-04-09 11:52 EST.

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		};
Hide Line Numbers


About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog