Searched full:stm32h7 (Results 1 – 25 of 48) sorted by relevance
12
/linux-6.8/arch/arm/boot/dts/st/ |
D | stm32h743.dtsi | 44 #include <dt-bindings/clock/stm32h7-clks.h> 45 #include <dt-bindings/mfd/stm32h7-rcc.h> 110 compatible = "st,stm32h7-spi"; 122 compatible = "st,stm32h7-spi"; 131 compatible = "st,stm32h7-uart"; 139 compatible = "st,stm32h7-uart"; 147 compatible = "st,stm32h7-uart"; 191 compatible = "st,stm32h7-dac-core"; 215 compatible = "st,stm32h7-uart"; 225 compatible = "st,stm32h7-spi"; [all …]
|
D | stm32mp131.dtsi | 134 compatible = "st,stm32h7-timer-trigger"; 170 compatible = "st,stm32h7-timer-trigger"; 204 compatible = "st,stm32h7-timer-trigger"; 240 compatible = "st,stm32h7-timer-trigger"; 265 compatible = "st,stm32h7-timer-trigger"; 285 compatible = "st,stm32h7-timer-trigger"; 326 compatible = "st,stm32h7-i2s"; 337 compatible = "st,stm32h7-spi"; 351 compatible = "st,stm32h7-i2s"; 362 compatible = "st,stm32h7-spi"; [all …]
|
D | stm32mp151.dtsi | 149 compatible = "st,stm32h7-timer-trigger"; 185 compatible = "st,stm32h7-timer-trigger"; 219 compatible = "st,stm32h7-timer-trigger"; 255 compatible = "st,stm32h7-timer-trigger"; 280 compatible = "st,stm32h7-timer-trigger"; 300 compatible = "st,stm32h7-timer-trigger"; 324 compatible = "st,stm32h7-timer-trigger"; 348 compatible = "st,stm32h7-timer-trigger"; 372 compatible = "st,stm32h7-timer-trigger"; 410 compatible = "st,stm32h7-spi"; [all …]
|
D | stm32h743i-disco.dts | 45 #include "stm32h7-pinctrl.dtsi"
|
D | stm32h743i-eval.dts | 45 #include "stm32h7-pinctrl.dtsi"
|
/linux-6.8/Documentation/devicetree/bindings/iio/adc/ |
D | st,stm32-adc.yaml | 28 - st,stm32h7-adc-core 38 - stm32f4 and stm32h7 share a common ADC interrupt line. 52 It's optional on stm32h7 and stm32mp1. 55 It's required on stm32h7 and stm32mp1. 72 analog input switches on stm32h7 and stm32mp1. 130 const: st,stm32h7-adc-core 238 - st,stm32h7-adc 284 - can be 8, 10, 12, 14 or 16 on stm32h7 and stm32mp1 291 - 20 channels, numbered from 0 to 19 (for in0..in19) on stm32h7 and 299 be configured as differential instead of single-ended on stm32h7 and [all …]
|
D | st,stm32-dfsdm-adc.yaml | 21 up to 4 filters on stm32h7 or 6 filters on stm32mp1. 28 - st,stm32h7-dfsdm 94 On stm32h7 and stm32mp1: 235 - st,stm32h7-dfsdm-dai 255 const: st,stm32h7-dfsdm 307 compatible = "st,stm32h7-dfsdm-dai";
|
/linux-6.8/Documentation/devicetree/bindings/dma/ |
D | st,stm32-dmamux.yaml | 20 const: st,stm32h7-dmamux 44 compatible = "st,stm32h7-dmamux";
|
D | st,stm32-mdma.yaml | 63 const: st,stm32h7-mdma 95 compatible = "st,stm32h7-mdma";
|
/linux-6.8/Documentation/devicetree/bindings/sound/ |
D | st,stm32-spdifrx.yaml | 22 - st,stm32h7-spdifrx 70 compatible = "st,stm32h7-spdifrx";
|
D | st,stm32-i2s.yaml | 22 - st,stm32h7-i2s 85 compatible = "st,stm32h7-i2s";
|
D | st,stm32-sai.yaml | 22 - st,stm32h7-sai 177 compatible = "st,stm32h7-sai";
|
/linux-6.8/Documentation/devicetree/bindings/spi/ |
D | st,stm32-spi.yaml | 27 - st,stm32h7-spi 71 compatible = "st,stm32h7-spi";
|
D | spi-peripheral-props.yaml | 118 Only for STM32H7, (Master Inter-Data Idleness) minimum time
|
/linux-6.8/Documentation/devicetree/bindings/interrupt-controller/ |
D | st,stm32-exti.yaml | 19 - st,stm32h7-exti 71 - st,stm32h7-exti
|
/linux-6.8/Documentation/devicetree/bindings/iio/dac/ |
D | st,stm32-dac.yaml | 24 - st,stm32h7-dac-core 89 compatible = "st,stm32h7-dac-core";
|
/linux-6.8/Documentation/devicetree/bindings/rtc/ |
D | st,stm32-rtc.yaml | 16 - st,stm32h7-rtc 77 const: st,stm32h7-rtc
|
/linux-6.8/Documentation/devicetree/bindings/serial/ |
D | st,stm32-uart.yaml | 17 - st,stm32h7-uart 114 compatible = "st,stm32h7-uart";
|
/linux-6.8/drivers/regulator/ |
D | stm32-booster.c | 13 /* STM32H7 SYSCFG register */ 105 .compatible = "st,stm32h7-booster",
|
/linux-6.8/drivers/iio/adc/ |
D | stm32-adc-core.c | 178 * struct stm32h7_adc_ck_spec - specification for stm32h7 adc clock 216 /* stm32h7 bus clock is common for all ADC instances (mandatory) */ in stm32h7_adc_clk_sel() 223 * stm32h7 can use either 'bus' or 'adc' clock for analog circuitry. in stm32h7_adc_clk_sel() 319 /* STM32H7 common registers definitions */ 460 * On STM32H7 and STM32MP1, the ADC inputs are multiplexed with analog in stm32_adc_core_switches_supply_en() 894 .compatible = "st,stm32h7-adc-core",
|
D | stm32-adc-core.h | 89 /* STM32H7 - Registers for each ADC instance */ 120 /* STM32H7 - common registers for all ADC instances */
|
/linux-6.8/Documentation/devicetree/bindings/regulator/ |
D | st,stm32-booster.yaml | 22 - st,stm32h7-booster
|
/linux-6.8/Documentation/devicetree/bindings/clock/ |
D | st,stm32h7-rcc.txt | 1 STMicroelectronics STM32H7 Reset and Clock Controller
|
/linux-6.8/include/dt-bindings/mfd/ |
D | stm32h7-rcc.h | 2 * This header provides constants for the STM32H7 RCC IP
|
/linux-6.8/Documentation/devicetree/bindings/mfd/ |
D | st,stm32-timers.yaml | 126 - st,stm32h7-timer-trigger
|
12