Home
last modified time | relevance | path

Searched +full:stm32mp1 +full:- +full:booster (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/regulator/
Dst,stm32-booster.yaml1 # 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-6.12.1/Documentation/devicetree/bindings/iio/adc/
Dst,stm32-adc.yaml1 # 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-6.12.1/drivers/regulator/
Dstm32-booster.c1 // 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 …]
/linux-6.12.1/drivers/iio/adc/
Dstm32-adc-core.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2016, STMicroelectronics - All Rights Reserved
8 * Inspired from: fsl-imx25-tsadc
30 #include "stm32-adc-core.h"
46 * struct stm32_adc_common_regs - stm32 common registers
66 * struct stm32_adc_priv_cfg - stm32 core compatible configuration data
86 * struct stm32_adc_priv - stm32 ADC core private data
93 * @booster: booster supply reference
111 struct regulator *booster; member
132 * stm32f4_adc_clk_sel() - Select stm32f4 ADC common clock prescaler
[all …]
/linux-6.12.1/arch/arm/boot/dts/st/
Dstm32mp151.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved
6 #include <dt-bindings/interrupt-controller/arm-gic.h>
7 #include <dt-bindings/clock/stm32mp1-clks.h>
8 #include <dt-bindings/reset/stm32mp1-resets.h>
11 #address-cells = <1>;
12 #size-cells = <1>;
15 #address-cells = <1>;
16 #size-cells = <0>;
19 compatible = "arm,cortex-a7";
[all …]