1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 $id: http://devicetree.org/schemas/mfd/rohm,bd71847-pmic.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ROHM BD71847 and BD71850 Power Management Integrated Circuit bindings
10 - Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
13 BD71847AMWV and BD71850MWV are programmable Power Management ICs for powering
14 single-core, dual-core, and quad-core SoCs such as NXP-i.MX 8M. It is
15 optimized for low BOM cost and compact solution footprint. BD71847MWV and
16 BD71850MWV integrate 6 Buck regulators and 6 LDOs.
17 Datasheets are available at
18 https://www.rohm.com/products/power-management/power-management-ic-for-system/industrial-consumer-applications/nxp-imx/bd71847amwv-product
19 https://www.rohm.com/products/power-management/power-management-ic-for-system/industrial-consumer-applications/nxp-imx/bd71850mwv-product
44 # The BD71847 abd BD71850 support two different HW states as reset target
45 # states. States are called as SNVS and READY. At READY state all the PMIC
46 # power outputs go down and OTP is reload. At the SNVS state all other logic
47 # and external devices apart from the SNVS power domain are shut off. Please
48 # refer to NXP i.MX8 documentation for further information regarding SNVS
49 # state. When a reset is done via SNVS state the PMIC OTP data is not reload.
50 # This causes power outputs that have been under SW control to stay down when
51 # reset has switched power state to SNVS. If reset is done via READY state the
52 # power outputs will be returned to HW control by OTP loading. Thus the reset
53 # target state is set to READY by default. If SNVS state is used the boot
54 # crucial regulators must have the regulator-always-on and regulator-boot-on
55 # properties set in regulator node.
57 rohm,reset-snvs-powered:
59 Transfer PMIC to SNVS state at reset.
62 # Configure the "short press" and "long press" timers for the power button.
63 # Values are rounded to what hardware supports
65 # Shortest being 10ms, next 500ms and then multiple of 500ms up to 7,5s
67 # Shortest being 10ms, next 1000ms and then multiple of 1000ms up to 15s
68 # If these properties are not present the existing # configuration (from
69 # bootloader or OTP) is not touched.
73 Short press duration in milliseconds
94 Long press duration in milliseconds
114 $ref: ../regulator/rohm,bd71847-regulator.yaml
116 List of child nodes that specify the regulators.
124 additionalProperties: false
127 '#clock-cells': [clocks]
128 clocks: ['#clock-cells']
132 #include <dt-bindings/interrupt-controller/irq.h>
133 #include <dt-bindings/leds/common.h>
136 #address-cells = <1>;
139 compatible = "rohm,bd71847";
141 interrupt-parent = <&gpio1>;
142 interrupts = <29 IRQ_TYPE_LEVEL_LOW>;
145 rohm,reset-snvs-powered;
146 rohm,short-press-ms = <10>;
147 rohm,long-press-ms = <2000>;
151 regulator-name = "buck1";
152 regulator-min-microvolt = <700000>;
153 regulator-max-microvolt = <1300000>;
156 regulator-ramp-delay = <1250>;
157 rohm,dvs-run-voltage = <900000>;
158 rohm,dvs-idle-voltage = <850000>;
159 rohm,dvs-suspend-voltage = <800000>;
162 regulator-name = "buck2";
163 regulator-min-microvolt = <700000>;
164 regulator-max-microvolt = <1300000>;
167 regulator-ramp-delay = <1250>;
168 rohm,dvs-run-voltage = <1000000>;
169 rohm,dvs-idle-voltage = <900000>;
172 regulator-name = "buck3";
173 regulator-min-microvolt = <550000>;
174 regulator-max-microvolt = <1350000>;
178 regulator-name = "buck4";
179 regulator-min-microvolt = <2600000>;
180 regulator-max-microvolt = <3300000>;
184 regulator-name = "buck5";
185 regulator-min-microvolt = <1605000>;
186 regulator-max-microvolt = <1995000>;
190 regulator-name = "buck6";
191 regulator-min-microvolt = <800000>;
192 regulator-max-microvolt = <1400000>;
196 regulator-name = "ldo1";
197 regulator-min-microvolt = <1600000>;
198 regulator-max-microvolt = <3300000>;
202 regulator-name = "ldo2";
203 regulator-min-microvolt = <800000>;
204 regulator-max-microvolt = <900000>;
208 regulator-name = "ldo3";
209 regulator-min-microvolt = <1800000>;
210 regulator-max-microvolt = <3300000>;
213 regulator-name = "ldo4";
214 regulator-min-microvolt = <900000>;
215 regulator-max-microvolt = <1800000>;
218 regulator-name = "ldo5";
219 regulator-min-microvolt = <800000>;
220 regulator-max-microvolt = <3300000>;
223 regulator-name = "ldo6";
224 regulator-min-microvolt = <900000>;
225 regulator-max-microvolt = <1800000>;