1*527a336cSOtto Pflüger# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2*527a336cSOtto Pflüger%YAML 1.2 3*527a336cSOtto Pflüger--- 4*527a336cSOtto Pflüger$id: http://devicetree.org/schemas/regulator/sprd,sc2730-regulator.yaml# 5*527a336cSOtto Pflüger$schema: http://devicetree.org/meta-schemas/core.yaml# 6*527a336cSOtto Pflüger 7*527a336cSOtto Pflügertitle: Unisoc SC2730 Power Management IC regulators 8*527a336cSOtto Pflüger 9*527a336cSOtto Pflügermaintainers: 10*527a336cSOtto Pflüger - Otto Pflüger <otto.pflueger@abscue.de> 11*527a336cSOtto Pflüger 12*527a336cSOtto PflügerpatternProperties: 13*527a336cSOtto Pflüger "^dcdc-(core|cpu|gen[0-1]|gpu|mem|memq|modem|sram)$": 14*527a336cSOtto Pflüger type: object 15*527a336cSOtto Pflüger $ref: regulator.yaml# 16*527a336cSOtto Pflüger unevaluatedProperties: false 17*527a336cSOtto Pflüger 18*527a336cSOtto Pflüger "^ldo-avdd(12|18)$": 19*527a336cSOtto Pflüger type: object 20*527a336cSOtto Pflüger $ref: regulator.yaml# 21*527a336cSOtto Pflüger unevaluatedProperties: false 22*527a336cSOtto Pflüger 23*527a336cSOtto Pflüger "^ldo-vdd(18-dcxo|28)$": 24*527a336cSOtto Pflüger type: object 25*527a336cSOtto Pflüger $ref: regulator.yaml# 26*527a336cSOtto Pflüger unevaluatedProperties: false 27*527a336cSOtto Pflüger 28*527a336cSOtto Pflüger "^ldo-vdd(emmccore|kpled|ldo[0-2]|sd(core|io)|sim[0-2]|usb33|wcn|wifipa)$": 29*527a336cSOtto Pflüger type: object 30*527a336cSOtto Pflüger $ref: regulator.yaml# 31*527a336cSOtto Pflüger unevaluatedProperties: false 32*527a336cSOtto Pflüger 33*527a336cSOtto Pflüger "^ldo-vddcam(a0|a1|d0|d1|io|mot)$": 34*527a336cSOtto Pflüger type: object 35*527a336cSOtto Pflüger $ref: regulator.yaml# 36*527a336cSOtto Pflüger unevaluatedProperties: false 37*527a336cSOtto Pflüger 38*527a336cSOtto Pflüger "^ldo-vddrf(1v25|18)$": 39*527a336cSOtto Pflüger type: object 40*527a336cSOtto Pflüger $ref: regulator.yaml# 41*527a336cSOtto Pflüger unevaluatedProperties: false 42*527a336cSOtto Pflüger 43*527a336cSOtto PflügeradditionalProperties: false 44*527a336cSOtto Pflüger... 45