/linux/Documentation/devicetree/bindings/i2c/ |
H A D | st,stm32-i2c.yaml | 19 - st,stm32f7-i2c 51 - st,stm32f7-i2c 73 - st,stm32f7-i2c 112 For STM32F7, STM32H7 and STM32MP1 SoCs, if timing parameters 145 #include <dt-bindings/mfd/stm32f7-rcc.h> 160 #include <dt-bindings/mfd/stm32f7-rcc.h> 162 //Example 2 (with st,stm32f7-i2c compatible) 164 compatible = "st,stm32f7-i2c"; 175 #include <dt-bindings/mfd/stm32f7-rcc.h>
|
/linux/arch/arm/boot/dts/st/ |
H A D | stm32f746.dtsi | 45 #include <dt-bindings/mfd/stm32f7-rcc.h> 263 compatible = "st,stm32f7-spi"; 273 compatible = "st,stm32f7-spi"; 281 compatible = "st,stm32f7-uart"; 289 compatible = "st,stm32f7-uart"; 297 compatible = "st,stm32f7-uart"; 305 compatible = "st,stm32f7-uart"; 313 compatible = "st,stm32f7-i2c"; 325 compatible = "st,stm32f7-i2c"; 337 compatible = "st,stm32f7-i2c"; [all …]
|
H A D | stm32h743.dtsi | 155 compatible = "st,stm32f7-i2c"; 167 compatible = "st,stm32f7-i2c"; 179 compatible = "st,stm32f7-i2c"; 333 compatible = "st,stm32f7-hsotg"; 425 compatible = "st,stm32f7-i2c";
|
H A D | stm32f746-pinctrl.dtsi | 7 #include "stm32f7-pinctrl.dtsi"
|
H A D | stm32f769-pinctrl.dtsi | 7 #include "stm32f7-pinctrl.dtsi"
|
H A D | stm32f7-pinctrl.dtsi | 8 #include <dt-bindings/mfd/stm32f7-rcc.h>
|
H A D | stm32mp131.dtsi | 923 compatible = "st,stm32f7-crc";
|
H A D | stm32mp151.dtsi | 313 compatible = "st,stm32f7-crc";
|
/linux/Documentation/devicetree/bindings/crypto/ |
H A D | st,stm32-crc.yaml | 14 const: st,stm32f7-crc 33 compatible = "st,stm32f7-crc";
|
/linux/Documentation/devicetree/bindings/serial/ |
H A D | st,stm32-uart.yaml | 16 - st,stm32f7-uart 103 - st,stm32f7-uart
|
/linux/drivers/i2c/busses/ |
H A D | Makefile | 114 i2c-stm32f7-drv-objs := i2c-stm32f7.o i2c-stm32.o 115 obj-$(CONFIG_I2C_STM32F7) += i2c-stm32f7-drv.o
|
H A D | i2c-stm32f7.c | 3 * Driver for STMicroelectronics STM32F7 I2C controller 40 /* STM32F7 I2C registers */ 52 /* STM32F7 I2C control 1 */ 84 /* STM32F7 I2C control 2 */ 101 /* STM32F7 I2C Own Address 1 */ 114 /* STM32F7 I2C Own Address 2 */ 124 /* STM32F7 I2C Interrupt Status */ 143 /* STM32F7 I2C Interrupt Clear */ 152 /* STM32F7 I2C Timing */ 2252 snprintf(adap->name, sizeof(adap->name), "STM32F7 I2C(%pa)", in stm32f7_i2c_probe() [all …]
|
H A D | Kconfig | 1140 tristate "STMicroelectronics STM32F7 I2C support" 1146 in STM32F7 SoCs. 1149 will be called i2c-stm32f7.
|
/linux/Documentation/arch/arm/stm32/ |
H A D | stm32f746-overview.rst | 30 …content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32f7-series/stm32f7x6/…
|
H A D | stm32f769-overview.rst | 32 …icrocontrollers/stm32-32-bit-arm-cortex-mcus/stm32-high-performance-mcus/stm32f7-series/stm32f7x9/…
|
H A D | stm32-dma-mdma-chaining.rst | 410 …om/resource/en/application_note/dm00046011-using-the-stm32f2-stm32f4-and-stm32f7-series-dma-contro…
|
/linux/Documentation/devicetree/bindings/spi/ |
H A D | st,stm32-spi.yaml | 26 - st,stm32f7-spi
|
/linux/include/dt-bindings/mfd/ |
H A D | stm32f7-rcc.h | 3 * This header provides constants for the STM32F7 RCC IP
|
/linux/Documentation/devicetree/bindings/usb/ |
H A D | dwc2.yaml | 65 - const: st,stm32f7-hsotg
|
/linux/drivers/crypto/stm32/ |
H A D | stm32-crc32.c | 461 { .compatible = "st,stm32f7-crc", },
|
/linux/drivers/clk/ |
H A D | Kconfig | 428 Support for stm32f4 and stm32f7 SoC families clocks
|
/linux/arch/arm/ |
H A D | Kconfig.debug | 1178 bool "Use STM32F7 UART for low-level debug" 1183 on STM32F7 based platforms, which default UART is wired on
|
/linux/drivers/usb/dwc2/ |
H A D | params.c | 342 { .compatible = "st,stm32f7-hsotg",
|
/linux/drivers/spi/ |
H A D | spi-stm32.c | 2054 { .compatible = "st,stm32f7-spi", .data = (void *)&stm32f7_spi_cfg },
|