/openbmc/linux/Documentation/devicetree/bindings/i2c/ |
H A D | st,stm32-i2c.yaml | 19 - st,stm32f7-i2c 48 - st,stm32f7-i2c 84 For STM32F7, STM32H7 and STM32MP1 SoCs, if timing parameters 113 #include <dt-bindings/mfd/stm32f7-rcc.h> 128 #include <dt-bindings/mfd/stm32f7-rcc.h> 130 //Example 2 (with st,stm32f7-i2c compatible) 132 compatible = "st,stm32f7-i2c"; 143 #include <dt-bindings/mfd/stm32f7-rcc.h>
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | stm32f746.dtsi | 45 #include <dt-bindings/mfd/stm32f7-rcc.h> 278 compatible = "st,stm32f7-uart"; 286 compatible = "st,stm32f7-uart"; 294 compatible = "st,stm32f7-uart"; 302 compatible = "st,stm32f7-uart"; 310 compatible = "st,stm32f7-i2c"; 322 compatible = "st,stm32f7-i2c"; 334 compatible = "st,stm32f7-i2c"; 346 compatible = "st,stm32f7-i2c"; 397 compatible = "st,stm32f7-uart"; [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 | stm32f769-pinctrl.dtsi | 7 #include "stm32f7-pinctrl.dtsi"
|
H A D | stm32f746-pinctrl.dtsi | 7 #include "stm32f7-pinctrl.dtsi"
|
/openbmc/u-boot/arch/arm/mach-stm32/ |
H A D | Kconfig | 19 config STM32F7 config 20 bool "stm32f7 family" 76 source "arch/arm/mach-stm32/stm32f7/Kconfig"
|
/openbmc/u-boot/include/ |
H A D | stm32_rcc.h | 45 STM32F7, enumerator 90 /* below registers are only available on STM32F46x and STM32F7 SoCs*/ 93 /* Below registers are only available on STM32F7 SoCs */
|
/openbmc/linux/Documentation/devicetree/bindings/crypto/ |
H A D | st,stm32-crc.yaml | 14 const: st,stm32f7-crc 33 compatible = "st,stm32f7-crc";
|
/openbmc/u-boot/doc/device-tree-bindings/i2c/ |
H A D | i2c-stm32.txt | 4 - compatible : Must be "st,stm32f7-i2c" 21 compatible = "st,stm32f7-i2c";
|
/openbmc/linux/Documentation/devicetree/bindings/serial/ |
H A D | st,stm32-uart.yaml | 16 - st,stm32f7-uart 96 - st,stm32f7-uart
|
/openbmc/u-boot/drivers/clk/ |
H A D | Kconfig | 51 depends on CLK && (STM32F7 || STM32F4) 55 for STM32F4 and STM32F7 SoCs.
|
H A D | clk_stm32f.c | 16 #include <dt-bindings/mfd/stm32f7-rcc.h> 182 if (priv->info.v2) { /*stm32f7 case */ in configure_clocks() 268 if (priv->info.v2) /*stm32f7 case */ in stm32_clk_get_ck48msel() 322 if (priv->info.v2) /*stm32f7 case */ in stm32_get_timpre() 640 case STM32F7: in stm32_clk_probe() 666 * frequency (HSE). For STM32F4 and STM32F7, we want VCO in stm32_clk_probe()
|
/openbmc/u-boot/arch/arm/mach-stm32/stm32f7/ |
H A D | Kconfig | 1 if STM32F7
|
/openbmc/u-boot/board/st/stm32f746-disco/ |
H A D | Kconfig | 13 default "stm32f7"
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | stm32mp157c.dtsi | 375 compatible = "st,stm32f7-i2c"; 388 compatible = "st,stm32f7-i2c"; 401 compatible = "st,stm32f7-i2c"; 414 compatible = "st,stm32f7-i2c"; 912 compatible = "st,stm32f7-crc"; 987 compatible = "st,stm32f7-i2c"; 1000 compatible = "st,stm32f7-i2c";
|
H A D | stm32f746.dtsi | 51 #include <dt-bindings/mfd/stm32f7-rcc.h> 99 compatible = "st,stm32f7-usart", "st,stm32f7-uart";
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | Makefile | 112 i2c-stm32f7-drv-objs := i2c-stm32f7.o i2c-stm32.o 113 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 */ 83 /* STM32F7 I2C control 2 */ 100 /* STM32F7 I2C Own Address 1 */ 113 /* STM32F7 I2C Own Address 2 */ 123 /* STM32F7 I2C Interrupt Status */ 142 /* STM32F7 I2C Interrupt Clear */ 151 /* STM32F7 I2C Timing */ 2246 snprintf(adap->name, sizeof(adap->name), "STM32F7 I2C(%pa)", in stm32f7_i2c_probe() [all …]
|
/openbmc/u-boot/drivers/spi/ |
H A D | Kconfig | 239 bool "STM32F7 QSPI driver" 240 depends on STM32F7 243 Enable the STM32F7 Quad-SPI (QSPI) driver. This driver can be
|
/openbmc/u-boot/drivers/i2c/ |
H A D | Kconfig | 396 bool "STMicroelectronics STM32F7 I2C support" 397 depends on (STM32F7 || STM32H7 || ARCH_STM32MP) && DM_I2C 400 introduced with STM32F7/H7 SoCs. This I2C controller supports :
|
/openbmc/u-boot/arch/arm/include/asm/arch-stm32h7/ |
H A D | stm32.h | 18 * arch/arm/include/asm/arch-stm32f7/stm32.h
|
/openbmc/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/…
|
/openbmc/u-boot/drivers/ram/ |
H A D | Kconfig | 33 STM32F7 family devices support flexible memory controller(FMC) to
|
/openbmc/u-boot/drivers/misc/ |
H A D | stm32_rcc.c | 26 .soc = STM32F7,
|