Lines Matching +full:stm32 +full:- +full:timer
1 STM32 Timers driver bindings
3 This IP provides 3 types of timer along with PWM functionality:
4 - advanced-control timers consist of a 16-bit auto-reload counter driven by a programmable
6 - general-purpose timers consist of a 16-bit or 32-bit auto-reload counter driven by a
8 - basic timers consist of a 16-bit auto-reload counter driven by a programmable prescaler.
11 - compatible: must be "st,stm32-timers"
13 - reg: Physical base address and length of the controller's
15 - clock-names: Set to "int".
16 - clocks: Phandle to the clock used by the timer module.
17 For Clk properties, please refer to ../clock/clock-bindings.txt
20 - resets: Phandle to the parent reset controller.
21 See ../reset/st,stm32-rcc.txt
22 - dmas: List of phandle to dma channels that can be used for
23 this timer instance. There may be up to 7 dma channels.
24 - dma-names: List of dma names. Must match 'dmas' property. Valid
29 - pwm: See ../pwm/pwm-stm32.txt
30 - timer: See ../iio/timer/stm32-timer-trigger.txt
34 #address-cells = <1>;
35 #size-cells = <0>;
36 compatible = "st,stm32-timers";
39 clock-names = "int";
42 compatible = "st,stm32-pwm";
43 pinctrl-0 = <&pwm1_pins>;
44 pinctrl-names = "default";
47 timer@0 {
48 compatible = "st,stm32-timer-trigger";
54 timer@40010000 {
63 dma-names = "ch1", "ch2", "ch3", "ch4", "up", "trig", "com";