Searched +full:vdda1v8 +full:- +full:supply (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/phy/phy-stm32-usbphyc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#22 |_ PHY port#2 ----| |________________27 - Amelie Delaunay <amelie.delaunay@foss.st.com>31 const: st,stm32mp1-usbphyc42 "#address-cells":45 "#size-cells":48 vdda1v1-supply:[all …]
1 // SPDX-License-Identifier: GPL-2.010 #include <linux/clk-provider.h>152 struct regulator *vdda1v8; member172 ret = regulator_enable(usbphyc->vdda1v1); in stm32_usbphyc_regulators_enable()176 ret = regulator_enable(usbphyc->vdda1v8); in stm32_usbphyc_regulators_enable()183 regulator_disable(usbphyc->vdda1v1); in stm32_usbphyc_regulators_enable()192 ret = regulator_disable(usbphyc->vdda1v8); in stm32_usbphyc_regulators_disable()196 ret = regulator_disable(usbphyc->vdda1v1); in stm32_usbphyc_regulators_disable()216 * <=> PLLFRACIN = ((FVCO / (INFF*2)) - PLLNDIV) * 2^16 in stm32_usbphyc_get_pll_params()222 pll_params->ndiv = (u8)ndiv; in stm32_usbphyc_get_pll_params()[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2022 - All Rights Reserved10 compatible = "linaro,optee-tz";15 compatible = "linaro,scmi-optee";16 #address-cells = <1>;17 #size-cells = <0>;18 linaro,optee-channel-id = <0>;23 #clock-cells = <1>;28 #reset-cells = <1>;35 #address-cells = <1>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved6 #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 …]