Lines Matching +full:stm32 +full:- +full:timers
1 STMicroelectronics STM32 Timers PWM bindings
3 Must be a sub-node of an STM32 Timers device tree node.
4 See ../mfd/stm32-timers.txt for details about the parent node.
7 - compatible: Must be "st,stm32-pwm".
8 - pinctrl-names: Set to "default".
9 - pinctrl-0: List of phandles pointing to pin configuration nodes for PWM module.
10 For Pinctrl properties see ../pinctrl/pinctrl-bindings.txt
13 - st,breakinput: One or two <index level filter> to describe break input configurations.
21 timers@40010000 {
22 #address-cells = <1>;
23 #size-cells = <0>;
24 compatible = "st,stm32-timers";
27 clock-names = "int";
30 compatible = "st,stm32-pwm";
31 pinctrl-0 = <&pwm1_pins>;
32 pinctrl-names = "default";