| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/adc/ |
| H A D | st,stm32-adc.yaml | 27 - st,stm32f4-adc-core 37 - stm32f4 and stm32h7 share a common ADC interrupt line. 47 It's required on stm32f4. 50 It's not present on stm32f4. 97 const: st,stm32f4-adc-core 208 - st,stm32f4-adc 217 - 0x200: ADC3 (stm32f4 only) 228 - 2 for adc@200 (stm32f4 only) 234 stm32f4, that has per instance clock input for registers access. 247 - can be 6, 8, 10 or 12 on stm32f4 [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | stm32f429.dtsi | 50 #include <dt-bindings/mfd/stm32f4-rcc.h> 84 compatible = "st,stm32f4-otp"; 336 compatible = "st,stm32f4-spi"; 346 compatible = "st,stm32f4-spi"; 389 compatible = "st,stm32f4-i2c"; 401 compatible = "st,stm32f4-i2c"; 413 compatible = "st,stm32f4-dac-core"; 517 compatible = "st,stm32f4-adc-core"; 529 compatible = "st,stm32f4-adc"; 541 compatible = "st,stm32f4-adc"; [all …]
|
| H A D | stm32f469-pinctrl.dtsi | 43 #include "stm32f4-pinctrl.dtsi"
|
| H A D | stm32f429-pinctrl.dtsi | 43 #include "stm32f4-pinctrl.dtsi"
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-stm32/ |
| H A D | Kconfig | 3 config STM32F4 config 4 bool "stm32f4 family" 28 source "arch/arm/mach-stm32/stm32f4/Kconfig"
|
| H A D | Makefile | 8 obj-$(CONFIG_STM32F4) += stm32f4/
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/ |
| H A D | st,stm32-i2c.yaml | 44 - st,stm32f4-i2c 53 - st,stm32f4-i2c 103 //Example 1 (with st,stm32f4-i2c compatible) 105 compatible = "st,stm32f4-i2c";
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-stm32f4.c | 33 /* STM32F4 I2C offset registers */ 43 /* STM32F4 I2C control 1*/ 50 /* STM32F4 I2C control 2 */ 60 /* STM32F4 I2C Status 1 */ 78 /* STM32F4 I2C Status 2 */ 81 /* STM32F4 I2C Control Clock */ 87 /* STM32F4 I2C Trise */ 855 dev_info(i2c_dev->dev, "STM32F4 I2C driver registered\n"); in stm32f4_i2c_probe() 876 { .compatible = "st,stm32f4-i2c", }, 883 .name = "stm32f4-i2c", [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/nvmem/ |
| H A D | st,stm32-romem.yaml | 24 - st,stm32f4-otp 50 compatible = "st,stm32f4-otp";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/spi/ |
| H A D | st,stm32-spi.yaml | 25 const: st,stm32f4-spi 34 - st,stm32f4-spi
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/clock/ |
| H A D | st,stm32-rcc.txt | 45 For STM32F4 series, the macro are available here: 46 - include/dt-bindings/mfd/stm32f4-rcc.h
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | st,stm32-sai.txt | 9 - compatible: Should be "st,stm32f4-sai" or "st,stm32h7-sai" 16 Not used for "st,stm32f4-sai" compatible.
|
| /OK3568_Linux_fs/kernel/drivers/iio/adc/ |
| H A D | stm32-adc-core.c | 119 /* STM32F4 ADC internal common clock prescaler division ratios */ 123 * stm32f4_adc_clk_sel() - Select stm32f4 ADC common clock prescaler 135 /* stm32f4 has one clk input for analog (mandatory), enforce it here */ in stm32f4_adc_clk_sel() 281 /* STM32F4 common registers definitions */ 377 * - stm32f4/h7 shares a common interrupt line. in stm32_adc_irq_probe() 812 .compatible = "st,stm32f4-adc-core",
|
| H A D | stm32-adc-core.h | 31 /* STM32F4 - Registers for each ADC instance */ 49 /* STM32F4 - common registers for all ADC instances: 1, 2 & 3 */
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | st,stm32-rcc.txt | 52 For STM32F4 series, the macro are available here: 53 - include/dt-bindings/mfd/stm32f4-rcc.h
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-stm32/stm32f4/ |
| H A D | Kconfig | 1 if STM32F4
|
| /OK3568_Linux_fs/u-boot/board/st/stm32f429-discovery/ |
| H A D | Kconfig | 13 default "stm32f4"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/dac/ |
| H A D | st,stm32-dac.yaml | 23 - st,stm32f4-dac-core
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/mfd/ |
| H A D | stm32f4-rcc.h | 3 * This header provides constants for the STM32F4 RCC IP
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/rtc/ |
| H A D | st,stm32-rtc.yaml | 117 #include <dt-bindings/mfd/stm32f4-rcc.h>
|
| /OK3568_Linux_fs/kernel/drivers/nvmem/ |
| H A D | stm32-romem.c | 182 { .compatible = "st,stm32f4-otp", }, {
|
| /OK3568_Linux_fs/kernel/drivers/iio/dac/ |
| H A D | stm32-dac-core.c | 249 .compatible = "st,stm32f4-dac-core",
|
| /OK3568_Linux_fs/kernel/drivers/clk/ |
| H A D | Makefile | 62 obj-$(CONFIG_COMMON_CLK_STM32F) += clk-stm32f4.o
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/ |
| H A D | st,stm32-pinctrl.yaml | 197 #include <dt-bindings/mfd/stm32f4-rcc.h>
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | Kconfig | 250 usable on many stm32 families like stm32f4 & stm32H7.
|