Lines Matching +full:stm32f1 +full:- +full:rcc
4 * SPDX-License-Identifier: Apache-2.0
8 #include <st/f1/stm32f1.dtsi>
16 compatible = "st,stm32f103", "st,stm32f1", "simple-bus";
18 flash-controller@40022000 {
21 erase-block-size = <DT_SIZE_K(1)>;
29 compatible = "st,stm32-spi";
30 #address-cells = <1>;
31 #size-cells = <0>;
33 clocks = <&rcc STM32_CLOCK(APB1, 14U)>;
39 compatible = "st,stm32-usb";
42 interrupt-names = "usb";
43 num-bidir-endpoints = <8>;
44 ram-size = <512>;
46 clocks = <&rcc STM32_CLOCK(APB1, 23U)>;
51 compatible = "st,stm32-bxcan";
54 interrupt-names = "TX", "RX0", "RX1", "SCE";
55 clocks = <&rcc STM32_CLOCK(APB1, 25U)>;
61 compatible = "usb-nop-xceiv";
62 #phy-cells = <0>;