Lines Matching +full:vdd +full:- +full:supply
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#
10 - Pascal Paillet <p.paillet@st.com>
14 const: st,stm32mp1,pwr-reg
19 vdd-supply:
20 description: Input supply phandle(s) for vdd input
22 vdd_3v3_usbfs-supply:
23 description: Input supply phandle(s) for vdd_3v3_usbfs input
32 - compatible
33 - reg
38 - |
40 compatible = "st,stm32mp1,pwr-reg";
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>;