Home
last modified time | relevance | path

Searched refs:stm32f4 (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/u-boot/drivers/serial/
H A Dserial_stm32.c22 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 Dserial_stm32.h27 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 Dst,stm32-adc.txt25 "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 Dstm32f429.dtsi50 #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 Dstm32f746.dtsi261 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 Dstm32f429-pinctrl.dtsi43 #include "stm32f4-pinctrl.dtsi"
H A Dstm32f469-pinctrl.dtsi43 #include "stm32f4-pinctrl.dtsi"
H A Dstm32f4-pinctrl.dtsi44 #include <dt-bindings/mfd/stm32f4-rcc.h>
/openbmc/u-boot/arch/arm/mach-stm32/
H A DKconfig4 bool "stm32f4 family"
75 source "arch/arm/mach-stm32/stm32f4/Kconfig"
/openbmc/u-boot/arch/arm/dts/
H A Dstm32f429.dtsi47 #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 Dstm32f469-pinctrl.dtsi44 #include "stm32f4-pinctrl.dtsi"
H A Dstm32f429-pinctrl.dtsi44 #include "stm32f4-pinctrl.dtsi"
H A Dstm32f4-pinctrl.dtsi45 #include <dt-bindings/mfd/stm32f4-rcc.h>
/openbmc/u-boot/board/st/stm32f429-discovery/
H A DKconfig13 default "stm32f4"
/openbmc/u-boot/board/st/stm32f469-discovery/
H A DKconfig13 default "stm32f4"
/openbmc/u-boot/board/st/stm32f429-evaluation/
H A DKconfig13 default "stm32f4"
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Dst,stm32-rcc.txt46 - include/dt-bindings/mfd/stm32f4-rcc.h
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dst,stm32-rcc.txt53 - include/dt-bindings/mfd/stm32f4-rcc.h
/openbmc/linux/drivers/clk/
H A DMakefile71 obj-$(CONFIG_COMMON_CLK_STM32F) += clk-stm32f4.o
H A DKconfig429 Support for stm32f4 and stm32f7 SoC families clocks
/openbmc/linux/drivers/i2c/busses/
H A DMakefile111 obj-$(CONFIG_I2C_STM32F4) += i2c-stm32f4.o
H A DKconfig1100 will be called i2c-stm32f4.
/openbmc/u-boot/drivers/gpio/
H A DKconfig283 usable on many stm32 families like stm32f4 & stm32H7.
/openbmc/linux/Documentation/arch/arm/stm32/
H A Dstm32-dma-mdma-chaining.rst410 .. _AN4031: https://www.st.com/resource/en/application_note/dm00046011-using-the-stm32f2-stm32f4-an…
/openbmc/linux/
H A Dopengrok0.0.log1717 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...]

12