Lines Matching +full:apb1 +full:- +full:prescaler
4 * SPDX-License-Identifier: Apache-2.0
11 compatible = "st,stm32f051", "st,stm32f0", "simple-bus";
14 compatible = "st,stm32-usart", "st,stm32-uart";
16 clocks = <&rcc STM32_CLOCK(APB1, 17U)>;
17 resets = <&rctl STM32_RESET(APB1, 17U)>;
23 compatible = "st,stm32-i2c-v2";
24 clock-frequency = <I2C_BITRATE_STANDARD>;
25 #address-cells = <1>;
26 #size-cells = <0>;
28 clocks = <&rcc STM32_CLOCK(APB1, 22U)>;
30 interrupt-names = "combined";
35 compatible = "st,stm32-spi-fifo", "st,stm32-spi";
36 #address-cells = <1>;
37 #size-cells = <0>;
39 clocks = <&rcc STM32_CLOCK(APB1, 14U)>;
45 compatible = "st,stm32-timers";
47 clocks = <&rcc STM32_CLOCK(APB1, 4U)>;
48 resets = <&rctl STM32_RESET(APB1, 4U)>;
50 interrupt-names = "global";
51 st,prescaler = <0>;
56 compatible = "st,stm32-timers";
61 interrupt-names = "global";
62 st,prescaler = <0>;
66 compatible = "st,stm32-pwm";
68 #pwm-cells = <3>;
73 compatible = "st,stm32-dac";
75 clocks = <&rcc STM32_CLOCK(APB1, 29U)>;
77 #io-channel-cells = <1>;
82 compatible = "st,stm32-smbus";
83 #address-cells = <1>;
84 #size-cells = <0>;