Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/i2c/
H A Dst,stm32-i2c.yaml19 - 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 Dstm32f746.dtsi45 #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 Dstm32h743.dtsi155 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 Dstm32f746-pinctrl.dtsi7 #include "stm32f7-pinctrl.dtsi"
H A Dstm32f769-pinctrl.dtsi7 #include "stm32f7-pinctrl.dtsi"
H A Dstm32f7-pinctrl.dtsi8 #include <dt-bindings/mfd/stm32f7-rcc.h>
H A Dstm32mp131.dtsi923 compatible = "st,stm32f7-crc";
H A Dstm32mp151.dtsi313 compatible = "st,stm32f7-crc";
/linux/Documentation/devicetree/bindings/crypto/
H A Dst,stm32-crc.yaml14 const: st,stm32f7-crc
33 compatible = "st,stm32f7-crc";
/linux/Documentation/devicetree/bindings/serial/
H A Dst,stm32-uart.yaml16 - st,stm32f7-uart
103 - st,stm32f7-uart
/linux/drivers/i2c/busses/
H A DMakefile114 i2c-stm32f7-drv-objs := i2c-stm32f7.o i2c-stm32.o
115 obj-$(CONFIG_I2C_STM32F7) += i2c-stm32f7-drv.o
H A Di2c-stm32f7.c3 * 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 DKconfig1140 tristate "STMicroelectronics STM32F7 I2C support"
1146 in STM32F7 SoCs.
1149 will be called i2c-stm32f7.
/linux/Documentation/arch/arm/stm32/
H A Dstm32f746-overview.rst30 …content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32f7-series/stm32f7x6/…
H A Dstm32f769-overview.rst32 …icrocontrollers/stm32-32-bit-arm-cortex-mcus/stm32-high-performance-mcus/stm32f7-series/stm32f7x9/…
H A Dstm32-dma-mdma-chaining.rst410 …om/resource/en/application_note/dm00046011-using-the-stm32f2-stm32f4-and-stm32f7-series-dma-contro…
/linux/Documentation/devicetree/bindings/spi/
H A Dst,stm32-spi.yaml26 - st,stm32f7-spi
/linux/include/dt-bindings/mfd/
H A Dstm32f7-rcc.h3 * This header provides constants for the STM32F7 RCC IP
/linux/Documentation/devicetree/bindings/usb/
H A Ddwc2.yaml65 - const: st,stm32f7-hsotg
/linux/drivers/crypto/stm32/
H A Dstm32-crc32.c461 { .compatible = "st,stm32f7-crc", },
/linux/drivers/clk/
H A DKconfig428 Support for stm32f4 and stm32f7 SoC families clocks
/linux/arch/arm/
H A DKconfig.debug1178 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 Dparams.c342 { .compatible = "st,stm32f7-hsotg",
/linux/drivers/spi/
H A Dspi-stm32.c2054 { .compatible = "st,stm32f7-spi", .data = (void *)&stm32f7_spi_cfg },