/openbmc/u-boot/drivers/serial/ |
H A D | serial_stm32.c | 22 bool stm32f4 = uart_info->stm32f4; in _stm32_serial_setbrg() local 29 setbits_le32(base + CR1_OFFSET(stm32f4), USART_CR1_OVER8); in _stm32_serial_setbrg() 32 clrbits_le32(base + CR1_OFFSET(stm32f4), USART_CR1_OVER8); in _stm32_serial_setbrg() 38 writel(mantissa | fraction, base + BRR_OFFSET(stm32f4)); in _stm32_serial_setbrg() 54 bool stm32f4 = plat->uart_info->stm32f4; in stm32_serial_setconfig() local 56 u32 cr1 = plat->base + CR1_OFFSET(stm32f4); in stm32_serial_setconfig() 67 if (bits != SERIAL_8_BITS || stop != SERIAL_ONE_STOP || stm32f4) in stm32_serial_setconfig() 102 bool stm32f4 = plat->uart_info->stm32f4; in stm32_serial_getc() local 104 u32 isr = readl(base + ISR_OFFSET(stm32f4)); in stm32_serial_getc() 110 if (!stm32f4) in stm32_serial_getc() [all …]
|
H A D | serial_stm32.h | 27 bool stm32f4; /* true for STM32F4, false otherwise */ member 32 .stm32f4 = true, 39 .stm32f4 = false, 45 .stm32f4 = false,
|
/openbmc/u-boot/doc/device-tree-bindings/adc/ |
H A D | st,stm32-adc.txt | 25 "st,stm32f4-adc-core" 29 - interrupts: One or more interrupts for ADC block. Some parts like stm32f4 34 It's required on stm32f4. 37 It's not present on stm32f4. 57 "st,stm32f4-adc" 62 stm32f4, that has per instance clock input for registers access. 67 It can have up to 16 channels on stm32f4 or 20 channels on stm32h7, numbered 87 * can be 6, 8, 10 or 12 on stm32f4 98 compatible = "st,stm32f4-adc-core"; 113 compatible = "st,stm32f4-adc";
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | stm32f429.dtsi | 50 #include <dt-bindings/mfd/stm32f4-rcc.h> 84 compatible = "st,stm32f4-otp"; 289 compatible = "st,stm32f4-spi"; 299 compatible = "st,stm32f4-spi"; 342 compatible = "st,stm32f4-i2c"; 354 compatible = "st,stm32f4-i2c"; 366 compatible = "st,stm32f4-bxcan"; 378 compatible = "st,stm32f4-gcan", "syscon"; 384 compatible = "st,stm32f4-bxcan"; 396 compatible = "st,stm32f4-dac-core"; [all …]
|
H A D | stm32f746.dtsi | 261 compatible = "st,stm32f4-bxcan"; 272 compatible = "st,stm32f4-gcan", "syscon"; 358 compatible = "st,stm32f4-bxcan"; 370 compatible = "st,stm32f4-gcan", "syscon"; 376 compatible = "st,stm32f4-bxcan";
|
H A D | stm32f429-pinctrl.dtsi | 43 #include "stm32f4-pinctrl.dtsi"
|
H A D | stm32f469-pinctrl.dtsi | 43 #include "stm32f4-pinctrl.dtsi"
|
H A D | stm32f4-pinctrl.dtsi | 44 #include <dt-bindings/mfd/stm32f4-rcc.h>
|
/openbmc/u-boot/arch/arm/mach-stm32/ |
H A D | Kconfig | 4 bool "stm32f4 family" 75 source "arch/arm/mach-stm32/stm32f4/Kconfig"
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | stm32f429.dtsi | 47 #include <dt-bindings/mfd/stm32f4-rcc.h> 346 compatible = "st,stm32f4-i2c"; 358 compatible = "st,stm32f4-dac-core"; 460 compatible = "st,stm32f4-adc-core"; 472 compatible = "st,stm32f4-adc"; 484 compatible = "st,stm32f4-adc"; 496 compatible = "st,stm32f4-adc"; 598 compatible = "st,stm32f4-crc";
|
H A D | stm32f469-pinctrl.dtsi | 44 #include "stm32f4-pinctrl.dtsi"
|
H A D | stm32f429-pinctrl.dtsi | 44 #include "stm32f4-pinctrl.dtsi"
|
H A D | stm32f4-pinctrl.dtsi | 45 #include <dt-bindings/mfd/stm32f4-rcc.h>
|
/openbmc/u-boot/board/st/stm32f429-discovery/ |
H A D | Kconfig | 13 default "stm32f4"
|
/openbmc/u-boot/board/st/stm32f469-discovery/ |
H A D | Kconfig | 13 default "stm32f4"
|
/openbmc/u-boot/board/st/stm32f429-evaluation/ |
H A D | Kconfig | 13 default "stm32f4"
|
/openbmc/u-boot/doc/device-tree-bindings/clock/ |
H A D | st,stm32-rcc.txt | 46 - include/dt-bindings/mfd/stm32f4-rcc.h
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | st,stm32-rcc.txt | 53 - include/dt-bindings/mfd/stm32f4-rcc.h
|
/openbmc/linux/drivers/clk/ |
H A D | Makefile | 71 obj-$(CONFIG_COMMON_CLK_STM32F) += clk-stm32f4.o
|
H A D | Kconfig | 429 Support for stm32f4 and stm32f7 SoC families clocks
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | Makefile | 111 obj-$(CONFIG_I2C_STM32F4) += i2c-stm32f4.o
|
H A D | Kconfig | 1100 will be called i2c-stm32f4.
|
/openbmc/u-boot/drivers/gpio/ |
H A D | Kconfig | 283 usable on many stm32 families like stm32f4 & stm32H7.
|
/openbmc/linux/Documentation/arch/arm/stm32/ |
H A D | stm32-dma-mdma-chaining.rst | 410 .. _AN4031: https://www.st.com/resource/en/application_note/dm00046011-using-the-stm32f2-stm32f4-an…
|
/openbmc/linux/ |
H A D | opengrok0.0.log | 1717 2024-12-28 20:09:06.280-0600 FINEST t1135 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/arch/arm/dts/stm32f4-pinctrl.dtsi.gz' [all...] |