Lines Matching +full:ldo6 +full:- +full:8
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/mfd/rohm,bd71847-pmic.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Matti Vaittinen <mazziesaccount@gmail.com>
14 single-core, dual-core, and quad-core SoCs such as NXP-i.MX 8M. It is
18 …/www.rohm.com/products/power-management/power-management-ic-for-system/industrial-consumer-applica…
19 …//www.rohm.com/products/power-management/power-management-ic-for-system/industrial-consumer-applic…
24 - rohm,bd71847
25 - rohm,bd71850
38 "#clock-cells":
41 clock-output-names:
54 # crucial regulators must have the regulator-always-on and regulator-boot-on
57 rohm,reset-snvs-powered:
64 # Short-press:
66 # Long-press:
71 rohm,short-press-ms:
75 - 10
76 - 500
77 - 1000
78 - 1500
79 - 2000
80 - 2500
81 - 3000
82 - 3500
83 - 4000
84 - 4500
85 - 5000
86 - 5500
87 - 6000
88 - 6500
89 - 7000
90 - 7500
92 rohm,long-press-ms:
96 - 10
97 - 1000
98 - 2000
99 - 3000
100 - 4000
101 - 5000
102 - 6000
103 - 7000
104 - 8000
105 - 9000
106 - 10000
107 - 11000
108 - 12000
109 - 13000
110 - 14000
111 - 15000
114 $ref: ../regulator/rohm,bd71847-regulator.yaml
119 - compatible
120 - reg
121 - interrupts
122 - regulators
127 '#clock-cells': [clocks]
128 clocks: ['#clock-cells']
131 - |
132 #include <dt-bindings/interrupt-controller/irq.h>
135 #address-cells = <1>;
136 #size-cells = <0>;
140 interrupt-parent = <&gpio1>;
142 #clock-cells = <0>;
144 rohm,reset-snvs-powered;
145 rohm,short-press-ms = <10>;
146 rohm,long-press-ms = <2000>;
150 regulator-name = "buck1";
151 regulator-min-microvolt = <700000>;
152 regulator-max-microvolt = <1300000>;
153 regulator-boot-on;
154 regulator-always-on;
155 regulator-ramp-delay = <1250>;
156 rohm,dvs-run-voltage = <900000>;
157 rohm,dvs-idle-voltage = <850000>;
158 rohm,dvs-suspend-voltage = <800000>;
161 regulator-name = "buck2";
162 regulator-min-microvolt = <700000>;
163 regulator-max-microvolt = <1300000>;
164 regulator-boot-on;
165 regulator-always-on;
166 regulator-ramp-delay = <1250>;
167 rohm,dvs-run-voltage = <1000000>;
168 rohm,dvs-idle-voltage = <900000>;
171 regulator-name = "buck3";
172 regulator-min-microvolt = <550000>;
173 regulator-max-microvolt = <1350000>;
174 regulator-boot-on;
177 regulator-name = "buck4";
178 regulator-min-microvolt = <2600000>;
179 regulator-max-microvolt = <3300000>;
180 regulator-boot-on;
183 regulator-name = "buck5";
184 regulator-min-microvolt = <1605000>;
185 regulator-max-microvolt = <1995000>;
186 regulator-boot-on;
189 regulator-name = "buck6";
190 regulator-min-microvolt = <800000>;
191 regulator-max-microvolt = <1400000>;
195 regulator-name = "ldo1";
196 regulator-min-microvolt = <1600000>;
197 regulator-max-microvolt = <3300000>;
198 regulator-boot-on;
201 regulator-name = "ldo2";
202 regulator-min-microvolt = <800000>;
203 regulator-max-microvolt = <900000>;
204 regulator-boot-on;
207 regulator-name = "ldo3";
208 regulator-min-microvolt = <1800000>;
209 regulator-max-microvolt = <3300000>;
212 regulator-name = "ldo4";
213 regulator-min-microvolt = <900000>;
214 regulator-max-microvolt = <1800000>;
217 regulator-name = "ldo5";
218 regulator-min-microvolt = <800000>;
219 regulator-max-microvolt = <3300000>;
221 ldo6: LDO6 {
222 regulator-name = "ldo6";
223 regulator-min-microvolt = <900000>;
224 regulator-max-microvolt = <1800000>;