1# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/regulator/adi,max77541-regulator.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Buck Converter for MAX77540/MAX77541
8
9maintainers:
10  - Okan Sahin <okan.sahin@analog.com>
11
12description: |
13  This is a part of device tree bindings for ADI MAX77540/MAX77541
14
15  The buck converter is represented as a sub-node of the PMIC node on the device tree.
16
17  The device has two buck regulators.
18  See also Documentation/devicetree/bindings/mfd/adi,max77541.yaml for
19  additional information and example.
20
21patternProperties:
22  "^buck[12]$":
23    type: object
24    $ref: regulator.yaml#
25    additionalProperties: false
26    description: |
27      Buck regulator.
28
29    properties:
30      regulator-name: true
31      regulator-always-on: true
32      regulator-boot-on: true
33      regulator-min-microvolt:
34        minimum: 300000
35      regulator-max-microvolt:
36        maximum: 5200000
37
38additionalProperties: false
39