Lines Matching +full:pwr +full:- +full:reg
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/regulator/st,stm32mp1-pwr-reg.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: STM32MP1 PWR voltage regulators
10 - Pascal Paillet <p.paillet@foss.st.com>
14 const: st,stm32mp1,pwr-reg
16 reg:
19 vdd-supply:
22 vdd_3v3_usbfs-supply:
32 - compatible
33 - reg
38 - |
39 pwr@50001000 {
40 compatible = "st,stm32mp1,pwr-reg";
41 reg = <0x50001000 0x10>;
42 vdd-supply = <&vdd>;
43 vdd_3v3_usbfs-supply = <&vdd_usb>;
46 regulator-name = "reg11";
47 regulator-min-microvolt = <1100000>;
48 regulator-max-microvolt = <1100000>;
52 regulator-name = "reg18";
53 regulator-min-microvolt = <1800000>;
54 regulator-max-microvolt = <1800000>;
58 regulator-name = "usb33";
59 regulator-min-microvolt = <3300000>;
60 regulator-max-microvolt = <3300000>;