Searched +full:stpmic1 +full:- +full:regulators (Results 1 – 13 of 13) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/mfd/st,stpmic1.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: STMicroelectonics STPMIC1 Power Management IC bindings9 description: STMicroelectronics STPMIC1 Power Management IC12 - pascal Paillet <p.paillet@st.com>16 const: st,stpmic124 "#interrupt-cells":27 interrupt-controller: true[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)3 * Copyright (C) Linaro Ltd 2019 - All Rights Reserved8 #include "stm32mp15-pinctrl.dtsi"9 #include "stm32mp15xxac-pinctrl.dtsi"10 #include <dt-bindings/gpio/gpio.h>11 #include <dt-bindings/mfd/st,stpmic1.h>29 pinctrl-names = "default";30 pinctrl-0 = <&i2c4_pins_a>;31 i2c-scl-rising-time-ns = <185>;32 i2c-scl-falling-time-ns = <20>;[all …]
1 /* SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-3-Clause) */3 * Copyright (C) 2020 STMicroelectronics - All Rights Reserved7 #include "stm32mp15-pinctrl.dtsi"9 #include <dt-bindings/mfd/st,stpmic1.h>12 reserved-memory {13 #address-cells = <1>;14 #size-cells = <1>;18 compatible = "shared-dma-pool";20 no-map;24 compatible = "shared-dma-pool";[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)6 /dts-v1/;10 #include "stm32mp15-pinctrl.dtsi"11 #include "stm32mp15xxac-pinctrl.dtsi"12 #include <dt-bindings/gpio/gpio.h>13 #include <dt-bindings/leds/common.h>14 #include <dt-bindings/mfd/st,stpmic1.h>17 model = "Seeed Studio Odyssey-STM32MP157C SOM";18 compatible = "seeed,stm32mp157c-odyssey-som", "st,stm32mp157";25 reserved-memory {[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 /dts-v1/;9 #include "stm32mp15-pinctrl.dtsi"10 #include "stm32mp15xxac-pinctrl.dtsi"11 #include <dt-bindings/gpio/gpio.h>12 #include <dt-bindings/mfd/st,stpmic1.h>24 stdout-path = "serial1:115200n8";33 compatible = "gpio-leds";38 linux,default-trigger = "heartbeat";39 default-state = "off";[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) 2019-2020 Marek Vasut <marex@denx.de>6 #include "stm32mp15-pinctrl.dtsi"7 #include "stm32mp15xxaa-pinctrl.dtsi"8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/mfd/st,stpmic1.h>21 reserved-memory {22 #address-cells = <1>;23 #size-cells = <1>;27 compatible = "shared-dma-pool";[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved6 /dts-v1/;10 #include "stm32mp15-pinctrl.dtsi"11 #include "stm32mp15xxaa-pinctrl.dtsi"12 #include <dt-bindings/gpio/gpio.h>13 #include <dt-bindings/mfd/st,stpmic1.h>17 compatible = "st,stm32mp157c-ed1", "st,stm32mp157";20 stdout-path = "serial0:115200n8";28 reserved-memory {[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2019 - All Rights Reserved7 #include <dt-bindings/gpio/gpio.h>8 #include <dt-bindings/mfd/st,stpmic1.h>16 reserved-memory {17 #address-cells = <1>;18 #size-cells = <1>;22 compatible = "shared-dma-pool";24 no-map;28 compatible = "shared-dma-pool";[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2019 - All Rights Reserved7 /dts-v1/;10 #include "stm32mp157-pinctrl.dtsi"11 #include <dt-bindings/gpio/gpio.h>12 #include <dt-bindings/mfd/st,stpmic1.h>15 model = "STMicroelectronics STM32MP157A-DK1 Discovery Board";16 compatible = "st,stm32mp157a-dk1", "st,stm32mp157";24 stdout-path = "serial0:115200n8";32 compatible = "gpio-leds";[all …]
1 # SPDX-License-Identifier: GPL-2.0-only9 and current regulators within the Linux kernel. It's intended to16 to both voltage regulators (where voltage output is controllable) and21 regulators.36 This driver provides support for fixed voltage regulators,38 managed regulators and simple non-configurable regulators.60 tristate "Marvell 88PG86X voltage regulators"64 This driver supports Marvell 88PG867 and 88PG868 voltage regulators.65 They provide two I2C-controlled DC/DC step-down converters with69 tristate "Marvell 88PM800 Power regulators"[all …]
1 // SPDX-License-Identifier: GPL-2.06 #include <linux/mfd/stpmic1.h>15 #include <dt-bindings/mfd/st,stpmic1.h>18 * struct stpmic1 regulator description: this structure is used as driver data466 regmap_read(regmap, rdev->desc->enable_reg, &value); in stpmic1_get_mode()487 return -EINVAL; in stpmic1_set_mode()490 return regmap_update_bits(regmap, rdev->desc->enable_reg, in stpmic1_set_mode()500 return regmap_update_bits(regmap, cfg->icc_reg, cfg->icc_mask, in stpmic1_set_icc()501 cfg->icc_mask); in stpmic1_set_icc()543 struct stpmic1 *pmic_dev = dev_get_drvdata(pdev->dev.parent); in stpmic1_regulator_register()[all …]
1 # SPDX-License-Identifier: GPL-2.0-only44 tristate "Active-semi ACT8945A"49 Support for the ACT8945A PMIC from Active-semi. This device50 features three step-down DC/DC converters and four low-dropout51 linear regulators, along with a complete ActivePath battery66 sun4i-gpadc-iio and the hwmon driver iio_hwmon.69 called sun4i-gpadc.88 tablets etc. It has 4 DC/DC step-down regulators, 3 DC/DC step-down119 over at91-usart-serial driver and usart-spi-driver. Only one function135 tristate "Atmel HLCDC (High-end LCD Controller)"[all …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...