1 # SPDX-License-Identifier: GPL-2.0-only OR BSD 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/regulator/m 4 $id: http://devicetree.org/schemas/regulator/maxim,max77843.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: Maxim MAX77843 MicroUSB and Companion P 7 title: Maxim MAX77843 MicroUSB and Companion Power Management IC regulators 8 8 9 maintainers: 9 maintainers: 10 - Krzysztof Kozlowski <krzk@kernel.org> 10 - Krzysztof Kozlowski <krzk@kernel.org> 11 11 12 description: | 12 description: | 13 This is a part of device tree bindings for M 13 This is a part of device tree bindings for Maxim MAX77843 MicroUSB Integrated 14 Circuit (MUIC). 14 Circuit (MUIC). 15 15 16 See also Documentation/devicetree/bindings/m 16 See also Documentation/devicetree/bindings/mfd/maxim,max77843.yaml for 17 additional information and example. 17 additional information and example. 18 18 19 properties: 19 properties: 20 compatible: 20 compatible: 21 const: maxim,max77843-regulator 21 const: maxim,max77843-regulator 22 22 23 CHARGER: 23 CHARGER: 24 type: object 24 type: object 25 $ref: regulator.yaml# 25 $ref: regulator.yaml# 26 additionalProperties: false 26 additionalProperties: false 27 description: | 27 description: | 28 Current regulator. 28 Current regulator. 29 29 30 properties: 30 properties: 31 regulator-name: true 31 regulator-name: true 32 regulator-always-on: true 32 regulator-always-on: true 33 regulator-boot-on: true 33 regulator-boot-on: true 34 regulator-min-microamp: 34 regulator-min-microamp: 35 minimum: 100000 35 minimum: 100000 36 regulator-max-microamp: 36 regulator-max-microamp: 37 maximum: 3150000 37 maximum: 3150000 38 38 39 required: 39 required: 40 - regulator-name 40 - regulator-name 41 41 42 patternProperties: 42 patternProperties: 43 "^SAFEOUT[12]$": 43 "^SAFEOUT[12]$": 44 type: object 44 type: object 45 $ref: regulator.yaml# 45 $ref: regulator.yaml# 46 additionalProperties: false 46 additionalProperties: false 47 description: | 47 description: | 48 Safeout LDO regulator. 48 Safeout LDO regulator. 49 49 50 properties: 50 properties: 51 regulator-name: true 51 regulator-name: true 52 regulator-always-on: true 52 regulator-always-on: true 53 regulator-boot-on: true 53 regulator-boot-on: true 54 regulator-min-microvolt: 54 regulator-min-microvolt: 55 minimum: 3300000 55 minimum: 3300000 56 regulator-max-microvolt: 56 regulator-max-microvolt: 57 maximum: 4950000 57 maximum: 4950000 58 58 59 required: 59 required: 60 - regulator-name 60 - regulator-name 61 61 62 required: 62 required: 63 - compatible 63 - compatible 64 64 65 additionalProperties: false 65 additionalProperties: false
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.