brintos

brintos / linux-shallow public Read only

0
0
Text · 1.4 KiB · 9695e72 Raw
66 lines · yaml
1# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause2%YAML 1.23---4$id: http://devicetree.org/schemas/regulator/maxim,max77843.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Maxim MAX77843 MicroUSB and Companion Power Management IC regulators8 9maintainers:10  - Krzysztof Kozlowski <krzk@kernel.org>11 12description: |13  This is a part of device tree bindings for Maxim MAX77843 MicroUSB Integrated14  Circuit (MUIC).15 16  See also Documentation/devicetree/bindings/mfd/maxim,max77843.yaml for17  additional information and example.18 19properties:20  compatible:21    const: maxim,max77843-regulator22 23  CHARGER:24    type: object25    $ref: regulator.yaml#26    additionalProperties: false27    description: |28      Current regulator.29 30    properties:31      regulator-name: true32      regulator-always-on: true33      regulator-boot-on: true34      regulator-min-microamp:35        minimum: 10000036      regulator-max-microamp:37        maximum: 315000038 39    required:40      - regulator-name41 42patternProperties:43  "^SAFEOUT[12]$":44    type: object45    $ref: regulator.yaml#46    additionalProperties: false47    description: |48      Safeout LDO regulator.49 50    properties:51      regulator-name: true52      regulator-always-on: true53      regulator-boot-on: true54      regulator-min-microvolt:55        minimum: 330000056      regulator-max-microvolt:57        maximum: 495000058 59    required:60      - regulator-name61 62required:63  - compatible64 65additionalProperties: false66