39 lines · yaml
1# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause2%YAML 1.23---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/MAX775418 9maintainers:10 - Okan Sahin <okan.sahin@analog.com>11 12description: |13 This is a part of device tree bindings for ADI MAX77540/MAX7754114 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 for19 additional information and example.20 21patternProperties:22 "^buck[12]$":23 type: object24 $ref: regulator.yaml#25 additionalProperties: false26 description: |27 Buck regulator.28 29 properties:30 regulator-name: true31 regulator-always-on: true32 regulator-boot-on: true33 regulator-min-microvolt:34 minimum: 30000035 regulator-max-microvolt:36 maximum: 520000037 38additionalProperties: false39