Home
last modified time | relevance | path

Searched full:stm32f4 (Results 1 – 24 of 24) sorted by relevance

/linux/Documentation/devicetree/bindings/iio/adc/
H A Dst,stm32-adc.yaml27 - st,stm32f4-adc-core
38 - stm32f4 and stm32h7 share a common ADC interrupt line.
51 It's required on stm32f4.
54 It's not present on stm32f4.
107 const: st,stm32f4-adc-core
243 - st,stm32f4-adc
253 - 0x200: ADC3 (stm32f4 only)
270 - 2 for adc@200 (stm32f4 only)
276 stm32f4, that has per instance clock input for registers access.
289 - can be 6, 8, 10 or 12 on stm32f4 and stm32mp13
[all …]
/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 Dstm32f769.dtsi11 compatible = "st,stm32f4-bxcan";
22 compatible = "st,stm32f4-gcan", "syscon";
H A Dstm32f429-pinctrl.dtsi43 #include "stm32f4-pinctrl.dtsi"
H A Dstm32f469-pinctrl.dtsi43 #include "stm32f4-pinctrl.dtsi"
H A Dstm32f746.dtsi395 compatible = "st,stm32f4-bxcan";
407 compatible = "st,stm32f4-gcan", "syscon";
413 compatible = "st,stm32f4-bxcan";
H A Dstm32f4-pinctrl.dtsi44 #include <dt-bindings/mfd/stm32f4-rcc.h>
/linux/Documentation/devicetree/bindings/i2c/
H A Dst,stm32-i2c.yaml39 - st,stm32f4-i2c
50 - st,stm32f4-i2c
72 - st,stm32f4-i2c
147 //Example 1 (with st,stm32f4-i2c compatible)
149 compatible = "st,stm32f4-i2c";
/linux/Documentation/devicetree/bindings/nvmem/
H A Dst,stm32-romem.yaml25 - st,stm32f4-otp
58 compatible = "st,stm32f4-otp";
/linux/Documentation/devicetree/bindings/spi/
H A Dst,stm32-spi.yaml25 const: st,stm32f4-spi
57 - st,stm32f4-spi
/linux/Documentation/devicetree/bindings/media/
H A Dst,stm32-dma2d.yaml61 #include <dt-bindings/mfd/stm32f4-rcc.h>
/linux/drivers/iio/adc/
H A Dstm32-adc-core.h35 /* STM32F4 - Registers for each ADC instance */
53 /* STM32F4 - common registers for all ADC instances: 1, 2 & 3 */
/linux/include/dt-bindings/mfd/
H A Dstm32f4-rcc.h3 * This header provides constants for the STM32F4 RCC IP
/linux/Documentation/devicetree/bindings/iio/dac/
H A Dst,stm32-dac.yaml23 - st,stm32f4-dac-core
/linux/Documentation/devicetree/bindings/rtc/
H A Dst,stm32-rtc.yaml148 #include <dt-bindings/mfd/stm32f4-rcc.h>
/linux/drivers/iio/dac/
H A Dstm32-dac-core.c237 .compatible = "st,stm32f4-dac-core",
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dst,stm32-pinctrl.yaml245 #include <dt-bindings/mfd/stm32f4-rcc.h>
/linux/sound/soc/stm/
H A Dstm32_sai.c55 { .compatible = "st,stm32f4-sai", .data = (void *)&stm32_sai_conf_f4 },
/linux/drivers/nvmem/
H A Dstm32-romem.c286 { .compatible = "st,stm32f4-otp", }, {
/linux/drivers/clk/
H A DKconfig456 Support for stm32f4 and stm32f7 SoC families clocks
H A Dclk-stm32f4.c388 * This bitmask tells us which bit offsets (0..192) on STM32F4[23]xxx
/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…
/linux/drivers/spi/
H A Dspi-stm32.c27 /* STM32F4/7 SPI registers */
83 /* STM32F4 SPI Baud Rate min/max divisor */
2258 { .compatible = "st,stm32f4-spi", .data = (void *)&stm32f4_spi_cfg },
/linux/drivers/net/can/
H A Dbxcan.c1083 {.compatible = "st,stm32f4-bxcan"},