Searched full:stm32f4 (Results 1 – 25 of 37) sorted by relevance
12
/linux-6.14.4/Documentation/devicetree/bindings/iio/adc/ |
D | st,stm32-adc.yaml | 27 - st,stm32f4-adc-core 38 - stm32f4 and stm32h7 share a common ADC interrupt line. 51 It's required on stm32f4. 54 It's not present on stm32f4. 107 const: st,stm32f4-adc-core 243 - st,stm32f4-adc 253 - 0x200: ADC3 (stm32f4 only) 270 - 2 for adc@200 (stm32f4 only) 276 stm32f4, that has per instance clock input for registers access. 289 - can be 6, 8, 10 or 12 on stm32f4 and stm32mp13 [all …]
|
/linux-6.14.4/arch/arm/boot/dts/st/ |
D | stm32f429.dtsi | 50 #include <dt-bindings/mfd/stm32f4-rcc.h> 84 compatible = "st,stm32f4-otp"; 289 compatible = "st,stm32f4-spi"; 299 compatible = "st,stm32f4-spi"; 342 compatible = "st,stm32f4-i2c"; 354 compatible = "st,stm32f4-i2c"; 366 compatible = "st,stm32f4-bxcan"; 378 compatible = "st,stm32f4-gcan", "syscon"; 384 compatible = "st,stm32f4-bxcan"; 396 compatible = "st,stm32f4-dac-core"; [all …]
|
D | stm32f769.dtsi | 11 compatible = "st,stm32f4-bxcan"; 22 compatible = "st,stm32f4-gcan", "syscon";
|
D | stm32f469-pinctrl.dtsi | 43 #include "stm32f4-pinctrl.dtsi"
|
D | stm32f429-pinctrl.dtsi | 43 #include "stm32f4-pinctrl.dtsi"
|
D | stm32f746.dtsi | 361 compatible = "st,stm32f4-bxcan"; 373 compatible = "st,stm32f4-gcan", "syscon"; 379 compatible = "st,stm32f4-bxcan";
|
/linux-6.14.4/Documentation/devicetree/bindings/i2c/ |
D | st,stm32-i2c.yaml | 39 - st,stm32f4-i2c 50 - st,stm32f4-i2c 72 - st,stm32f4-i2c 147 //Example 1 (with st,stm32f4-i2c compatible) 149 compatible = "st,stm32f4-i2c";
|
/linux-6.14.4/Documentation/devicetree/bindings/net/can/ |
D | st,stm32-bxcan.yaml | 20 - st,stm32f4-bxcan 85 #include <dt-bindings/mfd/stm32f4-rcc.h> 88 compatible = "st,stm32f4-bxcan";
|
/linux-6.14.4/drivers/i2c/busses/ |
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 */ 848 dev_info(i2c_dev->dev, "STM32F4 I2C driver registered\n"); in stm32f4_i2c_probe() 861 { .compatible = "st,stm32f4-i2c", }, 868 .name = "stm32f4-i2c", [all …]
|
D | Makefile | 112 obj-$(CONFIG_I2C_STM32F4) += i2c-stm32f4.o
|
/linux-6.14.4/Documentation/devicetree/bindings/arm/stm32/ |
D | st,stm32-syscon.yaml | 21 - st,stm32f4-gcan 47 - st,stm32f4-gcan
|
/linux-6.14.4/Documentation/devicetree/bindings/nvmem/ |
D | st,stm32-romem.yaml | 25 - st,stm32f4-otp 58 compatible = "st,stm32f4-otp";
|
/linux-6.14.4/Documentation/devicetree/bindings/sound/ |
D | st,stm32-sai.yaml | 21 - st,stm32f4-sai 150 const: st,stm32f4-sai
|
/linux-6.14.4/drivers/iio/adc/ |
D | stm32-adc-core.c | 128 /* STM32F4 ADC internal common clock prescaler division ratios */ 132 * stm32f4_adc_clk_sel() - Select stm32f4 ADC common clock prescaler 144 /* stm32f4 has one clk input for analog (mandatory), enforce it here */ in stm32f4_adc_clk_sel() 309 /* STM32F4 common registers definitions */ 415 * - stm32f4/h7 shares a common interrupt line. in stm32_adc_irq_probe() 891 .compatible = "st,stm32f4-adc-core",
|
D | stm32-adc-core.h | 32 /* STM32F4 - Registers for each ADC instance */ 50 /* STM32F4 - common registers for all ADC instances: 1, 2 & 3 */
|
/linux-6.14.4/Documentation/devicetree/bindings/media/ |
D | st,stm32-dma2d.yaml | 61 #include <dt-bindings/mfd/stm32f4-rcc.h>
|
/linux-6.14.4/Documentation/devicetree/bindings/spi/ |
D | st,stm32-spi.yaml | 25 - st,stm32f4-spi
|
/linux-6.14.4/include/dt-bindings/mfd/ |
D | stm32f4-rcc.h | 3 * This header provides constants for the STM32F4 RCC IP
|
/linux-6.14.4/Documentation/devicetree/bindings/iio/dac/ |
D | st,stm32-dac.yaml | 23 - st,stm32f4-dac-core
|
/linux-6.14.4/Documentation/devicetree/bindings/rtc/ |
D | st,stm32-rtc.yaml | 148 #include <dt-bindings/mfd/stm32f4-rcc.h>
|
/linux-6.14.4/drivers/iio/dac/ |
D | stm32-dac-core.c | 237 .compatible = "st,stm32f4-dac-core",
|
/linux-6.14.4/Documentation/devicetree/bindings/pinctrl/ |
D | st,stm32-pinctrl.yaml | 220 #include <dt-bindings/mfd/stm32f4-rcc.h>
|
/linux-6.14.4/drivers/clk/ |
D | Makefile | 97 obj-$(CONFIG_COMMON_CLK_STM32F) += clk-stm32f4.o
|
/linux-6.14.4/drivers/nvmem/ |
D | stm32-romem.c | 286 { .compatible = "st,stm32f4-otp", }, {
|
/linux-6.14.4/sound/soc/stm/ |
D | stm32_sai.c | 55 { .compatible = "st,stm32f4-sai", .data = (void *)&stm32_sai_conf_f4 },
|
12