| /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 | stm32f769.dtsi | 11 compatible = "st,stm32f4-bxcan"; 22 compatible = "st,stm32f4-gcan", "syscon";
|
| 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 | stm32f746.dtsi | 395 compatible = "st,stm32f4-bxcan"; 407 compatible = "st,stm32f4-gcan", "syscon"; 413 compatible = "st,stm32f4-bxcan";
|
| H A D | stm32f4-pinctrl.dtsi | 44 #include <dt-bindings/mfd/stm32f4-rcc.h>
|
| /linux/Documentation/devicetree/bindings/i2c/ |
| H A D | st,stm32-i2c.yaml | 39 - 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 D | st,stm32-romem.yaml | 25 - st,stm32f4-otp 58 compatible = "st,stm32f4-otp";
|
| /linux/Documentation/devicetree/bindings/spi/ |
| H A D | st,stm32-spi.yaml | 25 const: st,stm32f4-spi 57 - st,stm32f4-spi
|
| /linux/drivers/iio/adc/ |
| H A D | stm32-adc-core.h | 35 /* STM32F4 - Registers for each ADC instance */ 53 /* STM32F4 - common registers for all ADC instances: 1, 2 & 3 */
|
| /linux/include/dt-bindings/mfd/ |
| H A D | stm32f4-rcc.h | 3 * This header provides constants for the STM32F4 RCC IP
|
| /linux/Documentation/devicetree/bindings/iio/dac/ |
| H A D | st,stm32-dac.yaml | 23 - st,stm32f4-dac-core
|
| /linux/Documentation/devicetree/bindings/rtc/ |
| H A D | st,stm32-rtc.yaml | 148 #include <dt-bindings/mfd/stm32f4-rcc.h>
|
| /linux/drivers/iio/dac/ |
| H A D | stm32-dac-core.c | 237 .compatible = "st,stm32f4-dac-core",
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | st,stm32-pinctrl.yaml | 245 #include <dt-bindings/mfd/stm32f4-rcc.h>
|
| /linux/drivers/clk/ |
| H A D | Makefile | 100 obj-$(CONFIG_COMMON_CLK_STM32F) += clk-stm32f4.o
|
| H A D | Kconfig | 456 Support for stm32f4 and stm32f7 SoC families clocks
|
| H A D | clk-stm32f4.c | 388 * This bitmask tells us which bit offsets (0..192) on STM32F4[23]xxx
|
| /linux/sound/soc/stm/ |
| H A D | stm32_sai.c | 55 { .compatible = "st,stm32f4-sai", .data = (void *)&stm32_sai_conf_f4 },
|
| /linux/drivers/nvmem/ |
| H A D | stm32-romem.c | 286 { .compatible = "st,stm32f4-otp", }, {
|
| /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…
|
| /linux/drivers/spi/ |
| H A D | spi-stm32.c | 27 /* 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 D | bxcan.c | 1082 {.compatible = "st,stm32f4-bxcan"},
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-stm32f7.c | 14 * This driver is based on i2c-stm32f4.c
|