1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 $id: http://devicetree.org/schemas/regulator/rohm,bd71828-regulator.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ROHM BD71828 Power Management Integrated Circuit regulators
10 - Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
13 This module is part of the ROHM BD71828 MFD device. For more details
14 see Documentation/devicetree/bindings/mfd/rohm,bd71828-pmic.yaml.
16 The regulator controller is represented as a sub-node of the PMIC node
19 Regulator nodes should be named to BUCK_<number> and LDO_<number>.
20 The valid names for BD71828 regulator nodes are
21 BUCK1, BUCK2, BUCK3, BUCK4, BUCK5, BUCK6, BUCK7
22 LDO1, LDO2, LDO3, LDO4, LDO5, LDO6, LDO7
28 - $ref: regulator.yaml#
30 Properties for single LDO regulator.
36 should be "ldo1", ..., "ldo7"
41 - $ref: regulator.yaml#
43 Properties for single BUCK regulator.
47 pattern: "^buck[1-7]$"
49 should be "buck1", ..., "buck7"
53 - $ref: "/schemas/types.yaml#/definitions/uint32"
57 PMIC default "RUN" state voltage in uV. See below table for
58 bucks which support this. 0 means disabled.
60 rohm,dvs-idle-voltage:
62 - $ref: "/schemas/types.yaml#/definitions/uint32"
66 PMIC default "IDLE" state voltage in uV. See below table for
67 bucks which support this. 0 means disabled.
69 rohm,dvs-suspend-voltage:
71 - $ref: "/schemas/types.yaml#/definitions/uint32"
75 PMIC default "SUSPEND" state voltage in uV. See below table for
76 bucks which support this. 0 means disabled.
78 rohm,dvs-lpsr-voltage:
80 - $ref: "/schemas/types.yaml#/definitions/uint32"
84 PMIC default "LPSR" state voltage in uV. See below table for
85 bucks which support this. 0 means disabled.
87 # Supported default DVS states:
88 # buck | run | idle | suspend | lpsr
89 #--------------------------------------------------------------
90 # 1, 2, 6, and 7 | supported | supported | supported (*)
91 #--------------------------------------------------------------
92 # 3, 4, and 5 | supported (**)
93 #--------------------------------------------------------------
95 #(*) LPSR and SUSPEND states use same voltage but both states have own
97 # disable settings. Voltage 0 can be specified for a state to make
98 # regulator disabled on that state.
100 #(**) All states use same voltage but have own enable / disable
101 # settings. Voltage 0 can be specified for a state to make
102 # regulator disabled on that state.
106 additionalProperties: false
107 additionalProperties: false