Lines Matching +full:vddana +full:- +full:supply

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/regulator/active-semi,act8865.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Active-semi ACT8865 regulator
10 - Paul Cercueil <paul@crapouillou.net>
14 const: active-semi,act8865
19 system-power-controller:
25 active-semi,vsel-high:
42 vp1-supply:
43 description: Handle to the VP1 input supply
51 vp2-supply:
52 description: Handle to the VP2 input supply
60 vp3-supply:
61 description: Handle to the VP3 input supply
64 "^LDO_REG[1-2]$":
70 inl45-supply:
71 description: Handle to the INL45 input supply
73 "^LDO_REG[3-4]$":
79 inl67-supply:
80 description: Handle to the INL67 input supply
85 - reg
86 - compatible
87 - regulators
90 - |
91 #include <dt-bindings/regulator/active-semi,8865-regulator.h>
94 #address-cells = <1>;
95 #size-cells = <0>;
98 compatible = "active-semi,act8865";
100 active-semi,vsel-high;
104 regulator-name = "VCC_1V8";
105 regulator-min-microvolt = <1800000>;
106 regulator-max-microvolt = <1800000>;
107 regulator-always-on;
111 regulator-name = "VCC_1V2";
112 regulator-min-microvolt = <1100000>;
113 regulator-max-microvolt = <1300000>;
114 regulator-always-on;
116 regulator-allowed-modes = <ACT8865_REGULATOR_MODE_FIXED>,
118 regulator-initial-mode = <ACT8865_REGULATOR_MODE_FIXED>;
120 regulator-state-mem {
121 regulator-on-in-suspend;
122 regulator-suspend-min-microvolt = <1150000>;
123 regulator-suspend-max-microvolt = <1150000>;
124 regulator-changeable-in-suspend;
125 regulator-mode = <ACT8865_REGULATOR_MODE_LOWPOWER>;
130 regulator-name = "VCC_3V3";
131 regulator-min-microvolt = <3300000>;
132 regulator-max-microvolt = <3300000>;
133 regulator-always-on;
137 regulator-name = "VDDANA";
138 regulator-min-microvolt = <3300000>;
139 regulator-max-microvolt = <3300000>;
140 regulator-always-on;
142 regulator-allowed-modes = <ACT8865_REGULATOR_MODE_NORMAL>,
144 regulator-initial-mode = <ACT8865_REGULATOR_MODE_NORMAL>;
146 regulator-state-mem {
147 regulator-off-in-suspend;
152 regulator-name = "FUSE_2V5";
153 regulator-min-microvolt = <2500000>;
154 regulator-max-microvolt = <2500000>;