Searched full:stm32f7 (Results 1 – 25 of 43) sorted by relevance
12
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/i2c/ |
| 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>
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/i2c/ |
| D | st,stm32-i2c.yaml | 19 - 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";
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | stm32f746.dtsi | 45 #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 …]
|
| D | stm32h743.dtsi | 139 compatible = "st,stm32f7-i2c"; 151 compatible = "st,stm32f7-i2c"; 163 compatible = "st,stm32f7-i2c"; 317 compatible = "st,stm32f7-hsotg"; 396 compatible = "st,stm32f7-i2c";
|
| D | stm32f746-pinctrl.dtsi | 7 #include "stm32f7-pinctrl.dtsi"
|
| D | stm32f769-pinctrl.dtsi | 7 #include "stm32f7-pinctrl.dtsi"
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/st/ |
| 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 …]
|
| 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";
|
| D | stm32f769-pinctrl.dtsi | 7 #include "stm32f7-pinctrl.dtsi"
|
| D | stm32f746-pinctrl.dtsi | 7 #include "stm32f7-pinctrl.dtsi"
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/crypto/ |
| D | st,stm32-crc.yaml | 14 const: st,stm32f7-crc 33 compatible = "st,stm32f7-crc";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/crypto/ |
| D | st,stm32-crc.yaml | 14 const: st,stm32f7-crc 33 compatible = "st,stm32f7-crc";
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/serial/ |
| D | st,stm32-uart.yaml | 16 - st,stm32f7-uart 96 - st,stm32f7-uart
|
| /kernel/linux/linux-5.10/drivers/i2c/busses/ |
| D | Makefile | 106 i2c-stm32f7-drv-objs := i2c-stm32f7.o i2c-stm32.o 107 obj-$(CONFIG_I2C_STM32F7) += i2c-stm32f7-drv.o
|
| D | i2c-stm32f7.c | 3 * 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 */ 2142 snprintf(adap->name, sizeof(adap->name), "STM32F7 I2C(%pa)", in stm32f7_i2c_probe() [all …]
|
| /kernel/linux/linux-6.6/drivers/i2c/busses/ |
| D | Makefile | 112 i2c-stm32f7-drv-objs := i2c-stm32f7.o i2c-stm32.o 113 obj-$(CONFIG_I2C_STM32F7) += i2c-stm32f7-drv.o
|
| 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 …]
|
| /kernel/linux/linux-6.6/Documentation/arch/arm/stm32/ |
| D | stm32f746-overview.rst | 30 …content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32f7-series/stm32f7x6/…
|
| D | stm32f769-overview.rst | 32 …icrocontrollers/stm32-32-bit-arm-cortex-mcus/stm32-high-performance-mcus/stm32f7-series/stm32f7x9/…
|
| /kernel/linux/linux-5.10/Documentation/arm/stm32/ |
| D | stm32f746-overview.rst | 30 …content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32f7-series/stm32f7x6/…
|
| D | stm32f769-overview.rst | 32 …icrocontrollers/stm32-32-bit-arm-cortex-mcus/stm32-high-performance-mcus/stm32f7-series/stm32f7x9/…
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/serial/ |
| D | st,stm32-uart.yaml | 19 - st,stm32f7-uart
|
| /kernel/linux/linux-5.10/include/dt-bindings/mfd/ |
| D | stm32f7-rcc.h | 3 * This header provides constants for the STM32F7 RCC IP
|
| /kernel/linux/linux-6.6/include/dt-bindings/mfd/ |
| D | stm32f7-rcc.h | 3 * This header provides constants for the STM32F7 RCC IP
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
| D | dwc2.yaml | 46 - const: st,stm32f7-hsotg
|
12