162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
262306a36Sopenharmony_ci%YAML 1.2
362306a36Sopenharmony_ci---
462306a36Sopenharmony_ci$id: http://devicetree.org/schemas/regulator/adi,max77541-regulator.yaml#
562306a36Sopenharmony_ci$schema: http://devicetree.org/meta-schemas/core.yaml#
662306a36Sopenharmony_ci
762306a36Sopenharmony_cititle: Buck Converter for MAX77540/MAX77541
862306a36Sopenharmony_ci
962306a36Sopenharmony_cimaintainers:
1062306a36Sopenharmony_ci  - Okan Sahin <okan.sahin@analog.com>
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_cidescription: |
1362306a36Sopenharmony_ci  This is a part of device tree bindings for ADI MAX77540/MAX77541
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ci  The buck converter is represented as a sub-node of the PMIC node on the device tree.
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ci  The device has two buck regulators.
1862306a36Sopenharmony_ci  See also Documentation/devicetree/bindings/mfd/adi,max77541.yaml for
1962306a36Sopenharmony_ci  additional information and example.
2062306a36Sopenharmony_ci
2162306a36Sopenharmony_cipatternProperties:
2262306a36Sopenharmony_ci  "^buck[12]$":
2362306a36Sopenharmony_ci    type: object
2462306a36Sopenharmony_ci    $ref: regulator.yaml#
2562306a36Sopenharmony_ci    additionalProperties: false
2662306a36Sopenharmony_ci    description: |
2762306a36Sopenharmony_ci      Buck regulator.
2862306a36Sopenharmony_ci
2962306a36Sopenharmony_ci    properties:
3062306a36Sopenharmony_ci      regulator-name: true
3162306a36Sopenharmony_ci      regulator-always-on: true
3262306a36Sopenharmony_ci      regulator-boot-on: true
3362306a36Sopenharmony_ci      regulator-min-microvolt:
3462306a36Sopenharmony_ci        minimum: 300000
3562306a36Sopenharmony_ci      regulator-max-microvolt:
3662306a36Sopenharmony_ci        maximum: 5200000
3762306a36Sopenharmony_ci
3862306a36Sopenharmony_ciadditionalProperties: false
39