1*ea98b9ebSKrzysztof Kozlowski# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2*ea98b9ebSKrzysztof Kozlowski%YAML 1.2 3*ea98b9ebSKrzysztof Kozlowski--- 4*ea98b9ebSKrzysztof Kozlowski$id: http://devicetree.org/schemas/regulator/samsung,s2mps11.yaml# 5*ea98b9ebSKrzysztof Kozlowski$schema: http://devicetree.org/meta-schemas/core.yaml# 6*ea98b9ebSKrzysztof Kozlowski 7*ea98b9ebSKrzysztof Kozlowskititle: Samsung S2MPS11 Power Management IC regulators 8*ea98b9ebSKrzysztof Kozlowski 9*ea98b9ebSKrzysztof Kozlowskimaintainers: 10*ea98b9ebSKrzysztof Kozlowski - Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> 11*ea98b9ebSKrzysztof Kozlowski 12*ea98b9ebSKrzysztof Kozlowskidescription: | 13*ea98b9ebSKrzysztof Kozlowski This is a part of device tree bindings for S2M and S5M family of Power 14*ea98b9ebSKrzysztof Kozlowski Management IC (PMIC). 15*ea98b9ebSKrzysztof Kozlowski 16*ea98b9ebSKrzysztof Kozlowski The S2MPS11 provides buck and LDO regulators. 17*ea98b9ebSKrzysztof Kozlowski 18*ea98b9ebSKrzysztof Kozlowski See also Documentation/devicetree/bindings/mfd/samsung,s2mps11.yaml for 19*ea98b9ebSKrzysztof Kozlowski additional information and example. 20*ea98b9ebSKrzysztof Kozlowski 21*ea98b9ebSKrzysztof KozlowskipatternProperties: 22*ea98b9ebSKrzysztof Kozlowski # 38 LDOs 23*ea98b9ebSKrzysztof Kozlowski "^LDO([1-9]|[1-2][0-9]|3[0-8])$": 24*ea98b9ebSKrzysztof Kozlowski type: object 25*ea98b9ebSKrzysztof Kozlowski $ref: regulator.yaml# 26*ea98b9ebSKrzysztof Kozlowski unevaluatedProperties: false 27*ea98b9ebSKrzysztof Kozlowski description: 28*ea98b9ebSKrzysztof Kozlowski Properties for single LDO regulator. 29*ea98b9ebSKrzysztof Kozlowski 30*ea98b9ebSKrzysztof Kozlowski required: 31*ea98b9ebSKrzysztof Kozlowski - regulator-name 32*ea98b9ebSKrzysztof Kozlowski 33*ea98b9ebSKrzysztof Kozlowski # 10 bucks 34*ea98b9ebSKrzysztof Kozlowski "^BUCK([1-9]|10)$": 35*ea98b9ebSKrzysztof Kozlowski type: object 36*ea98b9ebSKrzysztof Kozlowski $ref: regulator.yaml# 37*ea98b9ebSKrzysztof Kozlowski unevaluatedProperties: false 38*ea98b9ebSKrzysztof Kozlowski description: 39*ea98b9ebSKrzysztof Kozlowski Properties for single BUCK regulator. 40*ea98b9ebSKrzysztof Kozlowski 41*ea98b9ebSKrzysztof Kozlowski required: 42*ea98b9ebSKrzysztof Kozlowski - regulator-name 43*ea98b9ebSKrzysztof Kozlowski 44*ea98b9ebSKrzysztof KozlowskiadditionalProperties: false 45