Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dstm32f746.dtsi45 #include <dt-bindings/mfd/stm32f7-rcc.h>
308 compatible = "st,stm32f7-uart";
316 compatible = "st,stm32f7-uart";
324 compatible = "st,stm32f7-uart";
332 compatible = "st,stm32f7-uart";
340 compatible = "st,stm32f7-i2c";
352 compatible = "st,stm32f7-i2c";
364 compatible = "st,stm32f7-i2c";
376 compatible = "st,stm32f7-i2c";
397 compatible = "st,stm32f7-uart";
[all …]
H A Dstm32h743.dtsi139 compatible = "st,stm32f7-i2c";
151 compatible = "st,stm32f7-i2c";
163 compatible = "st,stm32f7-i2c";
317 compatible = "st,stm32f7-hsotg";
396 compatible = "st,stm32f7-i2c";
H A Dstm32f769-pinctrl.dtsi7 #include "stm32f7-pinctrl.dtsi"
H A Dstm32f746-pinctrl.dtsi7 #include "stm32f7-pinctrl.dtsi"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/
H A Dst,stm32-i2c.yaml19 - st,stm32f7-i2c
54 - st,stm32f7-i2c
84 For STM32F7, STM32H7 and STM32MP1 SoCs, if timing parameters
101 #include <dt-bindings/mfd/stm32f7-rcc.h>
115 //Example 2 (with st,stm32f7-i2c compatible)
117 compatible = "st,stm32f7-i2c";
/OK3568_Linux_fs/u-boot/arch/arm/mach-stm32/
H A DKconfig6 config STM32F7 config
7 bool "stm32f7 family"
29 source "arch/arm/mach-stm32/stm32f7/Kconfig"
H A DMakefile9 obj-$(CONFIG_STM32F7) += stm32f7/
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/crypto/
H A Dst,stm32-crc.yaml14 const: st,stm32f7-crc
33 compatible = "st,stm32f7-crc";
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/i2c/
H A Di2c-stm32.txt4 - compatible : Must be "st,stm32f7-i2c"
21 compatible = "st,stm32f7-i2c";
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A DKconfig178 bool "STMicroelectronics STM32F7 I2C support"
179 depends on (STM32F7 || STM32H7) && DM_I2C
182 introduced with STM32F7/H7 SoCs. This I2C controller supports :
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/usb/
H A Ddwc2.txt23 - "st,stm32f7-hsotg": The DWC2 USB HS controller instance in STM32F7 SoCs
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dstm32f746.dtsi51 #include <dt-bindings/mfd/stm32f7-rcc.h>
95 compatible = "st,stm32f7-usart", "st,stm32f7-uart";
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_stm32x7.c113 {.compatible = "st,stm32f7-usart"},
114 {.compatible = "st,stm32f7-uart"},
/OK3568_Linux_fs/u-boot/drivers/spi/
H A DKconfig184 bool "STM32F7 QSPI driver"
185 depends on STM32F7
187 Enable the STM32F7 Quad-SPI (QSPI) driver. This driver can be
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A DMakefile106 i2c-stm32f7-drv-objs := i2c-stm32f7.o i2c-stm32.o
107 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 */
82 /* STM32F7 I2C control 2 */
99 /* STM32F7 I2C Own Address 1 */
112 /* STM32F7 I2C Own Address 2 */
122 /* STM32F7 I2C Interrupt Status */
140 /* STM32F7 I2C Interrupt Clear */
148 /* STM32F7 I2C Timing */
2139 snprintf(adap->name, sizeof(adap->name), "STM32F7 I2C(%pa)", in stm32f7_i2c_probe()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-stm32/stm32f7/
H A DKconfig1 if STM32F7
/OK3568_Linux_fs/u-boot/board/st/stm32f746-disco/
H A DKconfig13 default "stm32f7"
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-stm32f7/
H A Drcc.h11 #include <dt-bindings/mfd/stm32f7-rcc.h>
/OK3568_Linux_fs/kernel/Documentation/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/…
/OK3568_Linux_fs/u-boot/drivers/ram/
H A DKconfig33 STM32F7 family devices support flexible memory controller(FMC) to
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/serial/
H A Dst,stm32-uart.yaml19 - st,stm32f7-uart
/OK3568_Linux_fs/u-boot/include/dt-bindings/mfd/
H A Dstm32f7-rcc.h2 * This header provides constants for the STM32F7 RCC IP
/OK3568_Linux_fs/kernel/include/dt-bindings/mfd/
H A Dstm32f7-rcc.h3 * This header provides constants for the STM32F7 RCC IP

12