Lines Matching +full:apb1 +full:- +full:prescaler
4 * SPDX-License-Identifier: Apache-2.0
15 flash-controller@40022000 {
17 erase-block-size = <2048>;
23 * USARTs 3-4 share the same IRQ on stm32f070Xb devices. This
29 compatible = "st,stm32-usart", "st,stm32-uart";
31 clocks = <&rcc STM32_CLOCK(APB1, 18U)>;
32 resets = <&rctl STM32_RESET(APB1, 18U)>;
38 compatible = "st,stm32-usart", "st,stm32-uart";
40 clocks = <&rcc STM32_CLOCK(APB1, 19U)>;
41 resets = <&rctl STM32_RESET(APB1, 19U)>;
47 compatible = "st,stm32-i2c-v2";
48 clock-frequency = <I2C_BITRATE_STANDARD>;
49 #address-cells = <1>;
50 #size-cells = <0>;
52 clocks = <&rcc STM32_CLOCK(APB1, 22U)>;
54 interrupt-names = "combined";
59 compatible = "st,stm32-spi-fifo", "st,stm32-spi";
60 #address-cells = <1>;
61 #size-cells = <0>;
63 clocks = <&rcc STM32_CLOCK(APB1, 14U)>;
69 compatible = "st,stm32-timers";
71 clocks = <&rcc STM32_CLOCK(APB1, 4U)>;
72 resets = <&rctl STM32_RESET(APB1, 4U)>;
74 interrupt-names = "global";
75 st,prescaler = <0>;
80 compatible = "st,stm32-timers";
82 clocks = <&rcc STM32_CLOCK(APB1, 5U)>;
83 resets = <&rctl STM32_RESET(APB1, 5U)>;
85 interrupt-names = "global";
86 st,prescaler = <0>;
92 compatible = "st,stm32-smbus";
93 #address-cells = <1>;
94 #size-cells = <0>;