Home
last modified time | relevance | path

Searched full:stm32f7 (Results 1 – 15 of 15) 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>
297 compatible = "st,stm32f7-spi";
307 compatible = "st,stm32f7-spi";
315 compatible = "st,stm32f7-uart";
323 compatible = "st,stm32f7-uart";
331 compatible = "st,stm32f7-uart";
339 compatible = "st,stm32f7-uart";
347 compatible = "st,stm32f7-i2c";
359 compatible = "st,stm32f7-i2c";
371 compatible = "st,stm32f7-i2c";
[all …]
H A Dstm32h743.dtsi155 compatible = "st,stm32f7-i2c";
167 compatible = "st,stm32f7-i2c";
179 compatible = "st,stm32f7-i2c";
341 compatible = "st,stm32f7-hsotg";
433 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>
/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 Di2c-stm32f7.c3 * Driver for STMicroelectronics STM32F7 I2C controller
41 /* STM32F7 I2C registers */
53 /* STM32F7 I2C control 1 */
85 /* STM32F7 I2C control 2 */
102 /* STM32F7 I2C Own Address 1 */
115 /* STM32F7 I2C Own Address 2 */
125 /* STM32F7 I2C Interrupt Status */
144 /* STM32F7 I2C Interrupt Clear */
153 /* STM32F7 I2C Timing */
2253 snprintf(adap->name, sizeof(adap->name), "STM32F7 I2C(%pa)", in stm32f7_i2c_probe()
[all …]
/linux/include/dt-bindings/mfd/
H A Dstm32f7-rcc.h3 * This header provides constants for the STM32F7 RCC IP
/linux/Documentation/devicetree/bindings/spi/
H A Dst,stm32-spi.yaml58 - st,stm32f7-spi
/linux/Documentation/devicetree/bindings/usb/
H A Ddwc2.yaml65 - const: st,stm32f7-hsotg
/linux/drivers/clk/
H A DKconfig456 Support for stm32f4 and stm32f7 SoC families clocks
/linux/Documentation/arch/arm/stm32/
H A Dstm32-dma-mdma-chaining.rst410 …om/resource/en/application_note/dm00046011-using-the-stm32f2-stm32f4-and-stm32f7-series-dma-contro…
/linux/drivers/spi/
H A Dspi-stm32.c2259 { .compatible = "st,stm32f7-spi", .data = (void *)&stm32f7_spi_cfg },