Lines Matching +full:vdd +full:- +full:p +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@foss.st.com>
15 - items:
16 - const: st,stm32mp1,pwr-reg
17 - items:
18 - const: st,stm32mp13-pwr-reg
19 - const: st,stm32mp1,pwr-reg
24 vdd-supply:
25 description: Input supply phandle(s) for vdd input
27 vdd_3v3_usbfs-supply:
28 description: Input supply phandle(s) for vdd_3v3_usbfs input
37 - compatible
38 - reg
43 - |
45 compatible = "st,stm32mp1,pwr-reg";
47 vdd-supply = <&vdd>;
48 vdd_3v3_usbfs-supply = <&vdd_usb>;
51 regulator-name = "reg11";
52 regulator-min-microvolt = <1100000>;
53 regulator-max-microvolt = <1100000>;
57 regulator-name = "reg18";
58 regulator-min-microvolt = <1800000>;
59 regulator-max-microvolt = <1800000>;
63 regulator-name = "usb33";
64 regulator-min-microvolt = <3300000>;
65 regulator-max-microvolt = <3300000>;