1*ae5de77eSEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2*ae5de77eSEmmanuel Vadot%YAML 1.2 3*ae5de77eSEmmanuel Vadot--- 4*ae5de77eSEmmanuel Vadot$id: http://devicetree.org/schemas/regulator/brcm,bcm59056.yaml# 5*ae5de77eSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 6*ae5de77eSEmmanuel Vadot 7*ae5de77eSEmmanuel Vadottitle: Broadcom BCM59056 Power Management Unit regulators 8*ae5de77eSEmmanuel Vadot 9*ae5de77eSEmmanuel Vadotdescription: | 10*ae5de77eSEmmanuel Vadot This is a part of device tree bindings for the BCM59056 power 11*ae5de77eSEmmanuel Vadot management unit. 12*ae5de77eSEmmanuel Vadot 13*ae5de77eSEmmanuel Vadot See Documentation/devicetree/bindings/mfd/brcm,bcm59056.yaml for 14*ae5de77eSEmmanuel Vadot additional information and example. 15*ae5de77eSEmmanuel Vadot 16*ae5de77eSEmmanuel Vadotmaintainers: 17*ae5de77eSEmmanuel Vadot - Artur Weber <aweber.kernel@gmail.com> 18*ae5de77eSEmmanuel Vadot 19*ae5de77eSEmmanuel VadotpatternProperties: 20*ae5de77eSEmmanuel Vadot "^(cam|sim|mmc)ldo[1-2]$": 21*ae5de77eSEmmanuel Vadot type: object 22*ae5de77eSEmmanuel Vadot $ref: /schemas/regulator/regulator.yaml# 23*ae5de77eSEmmanuel Vadot unevaluatedProperties: false 24*ae5de77eSEmmanuel Vadot 25*ae5de77eSEmmanuel Vadot "^(rf|sd|sdx|aud|mic|usb|vib)ldo$": 26*ae5de77eSEmmanuel Vadot type: object 27*ae5de77eSEmmanuel Vadot $ref: /schemas/regulator/regulator.yaml# 28*ae5de77eSEmmanuel Vadot unevaluatedProperties: false 29*ae5de77eSEmmanuel Vadot 30*ae5de77eSEmmanuel Vadot "^(c|m|v)sr$": 31*ae5de77eSEmmanuel Vadot type: object 32*ae5de77eSEmmanuel Vadot $ref: /schemas/regulator/regulator.yaml# 33*ae5de77eSEmmanuel Vadot unevaluatedProperties: false 34*ae5de77eSEmmanuel Vadot 35*ae5de77eSEmmanuel Vadot "^(io|sd)sr[1-2]$": 36*ae5de77eSEmmanuel Vadot type: object 37*ae5de77eSEmmanuel Vadot $ref: /schemas/regulator/regulator.yaml# 38*ae5de77eSEmmanuel Vadot unevaluatedProperties: false 39*ae5de77eSEmmanuel Vadot 40*ae5de77eSEmmanuel Vadot "^gpldo[1-6]$": 41*ae5de77eSEmmanuel Vadot type: object 42*ae5de77eSEmmanuel Vadot $ref: /schemas/regulator/regulator.yaml# 43*ae5de77eSEmmanuel Vadot unevaluatedProperties: false 44*ae5de77eSEmmanuel Vadot 45*ae5de77eSEmmanuel Vadotproperties: 46*ae5de77eSEmmanuel Vadot vbus: 47*ae5de77eSEmmanuel Vadot type: object 48*ae5de77eSEmmanuel Vadot $ref: /schemas/regulator/regulator.yaml# 49*ae5de77eSEmmanuel Vadot unevaluatedProperties: false 50*ae5de77eSEmmanuel Vadot 51*ae5de77eSEmmanuel VadotadditionalProperties: false 52