xref: /freebsd/sys/contrib/device-tree/Bindings/regulator/samsung,s2mps11.yaml (revision c9ccf3a32da427475985b85d7df023ccfb138c27)
18cc087a1SEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
28cc087a1SEmmanuel Vadot%YAML 1.2
38cc087a1SEmmanuel Vadot---
48cc087a1SEmmanuel Vadot$id: http://devicetree.org/schemas/regulator/samsung,s2mps11.yaml#
58cc087a1SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
68cc087a1SEmmanuel Vadot
78cc087a1SEmmanuel Vadottitle: Samsung S2MPS11 Power Management IC regulators
88cc087a1SEmmanuel Vadot
98cc087a1SEmmanuel Vadotmaintainers:
10*c9ccf3a3SEmmanuel Vadot  - Krzysztof Kozlowski <krzk@kernel.org>
118cc087a1SEmmanuel Vadot
128cc087a1SEmmanuel Vadotdescription: |
138cc087a1SEmmanuel Vadot  This is a part of device tree bindings for S2M and S5M family of Power
148cc087a1SEmmanuel Vadot  Management IC (PMIC).
158cc087a1SEmmanuel Vadot
168cc087a1SEmmanuel Vadot  The S2MPS11 provides buck and LDO regulators.
178cc087a1SEmmanuel Vadot
188cc087a1SEmmanuel Vadot  See also Documentation/devicetree/bindings/mfd/samsung,s2mps11.yaml for
198cc087a1SEmmanuel Vadot  additional information and example.
208cc087a1SEmmanuel Vadot
218cc087a1SEmmanuel VadotpatternProperties:
228cc087a1SEmmanuel Vadot  # 38 LDOs
238cc087a1SEmmanuel Vadot  "^LDO([1-9]|[1-2][0-9]|3[0-8])$":
248cc087a1SEmmanuel Vadot    type: object
258cc087a1SEmmanuel Vadot    $ref: regulator.yaml#
268cc087a1SEmmanuel Vadot    unevaluatedProperties: false
278cc087a1SEmmanuel Vadot    description:
288cc087a1SEmmanuel Vadot      Properties for single LDO regulator.
298cc087a1SEmmanuel Vadot
308cc087a1SEmmanuel Vadot    required:
318cc087a1SEmmanuel Vadot      - regulator-name
328cc087a1SEmmanuel Vadot
338cc087a1SEmmanuel Vadot  # 10 bucks
348cc087a1SEmmanuel Vadot  "^BUCK([1-9]|10)$":
358cc087a1SEmmanuel Vadot    type: object
368cc087a1SEmmanuel Vadot    $ref: regulator.yaml#
378cc087a1SEmmanuel Vadot    unevaluatedProperties: false
388cc087a1SEmmanuel Vadot    description:
398cc087a1SEmmanuel Vadot      Properties for single BUCK regulator.
408cc087a1SEmmanuel Vadot
418cc087a1SEmmanuel Vadot    required:
428cc087a1SEmmanuel Vadot      - regulator-name
438cc087a1SEmmanuel Vadot
448cc087a1SEmmanuel VadotadditionalProperties: false
45