Searched +full:stm32mp1 +full:- +full:booster (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | st,stm32-booster.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/regulator/st,stm32-booster.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: STMicroelectronics STM32 booster for ADC analog input switches 10 - Fabrice Gasnier <fabrice.gasnier@foss.st.com> 13 Some STM32 devices embed a 3.3V booster supplied by Vdda, that can be used 17 - $ref: regulator.yaml# 22 - st,stm32h7-booster 23 - st,stm32mp1-booster [all …]
|
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | st,stm32-adc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/adc/st,stm32-adc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 STM32 ADC is a successive approximation analog-to-digital converter. 13 stored in a left-aligned or right-aligned 32-bit data register. 17 voltage goes beyond the user-defined, higher or lower thresholds. 22 - Fabrice Gasnier <fabrice.gasnier@foss.st.com> 27 - st,stm32f4-adc-core 28 - st,stm32h7-adc-core [all …]
|
/linux/drivers/regulator/ |
H A D | stm32-booster.c | 1 // SPDX-License-Identifier: GPL-2.0 17 /* STM32MP1 SYSCFG has set and clear registers */ 29 .name = "booster", 43 return regmap_write(rdev->regmap, STM32MP1_SYSCFG_PMCSETR, in stm32mp1_booster_enable() 49 return regmap_write(rdev->regmap, STM32MP1_SYSCFG_PMCCLRR, in stm32mp1_booster_disable() 60 .name = "booster", 74 struct device *dev = &pdev->dev; in stm32_booster_probe() 75 struct device_node *np = pdev->dev.of_node; in stm32_booster_probe() 105 .compatible = "st,stm32h7-booster", 108 .compatible = "st,stm32mp1-booster", [all …]
|