1afd9ee0eSCharles Keepax# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2afd9ee0eSCharles Keepax%YAML 1.2
3afd9ee0eSCharles Keepax---
4afd9ee0eSCharles Keepax$id: http://devicetree.org/schemas/regulator/wlf,arizona.yaml#
5afd9ee0eSCharles Keepax$schema: http://devicetree.org/meta-schemas/core.yaml#
6afd9ee0eSCharles Keepax
7afd9ee0eSCharles Keepaxtitle: Cirrus Logic/Wolfson Microelectronics Arizona/Madera class audio SoCs
8afd9ee0eSCharles Keepax
9afd9ee0eSCharles Keepaxmaintainers:
10afd9ee0eSCharles Keepax  - patches@opensource.cirrus.com
11afd9ee0eSCharles Keepax
12afd9ee0eSCharles Keepaxdescription: |
13afd9ee0eSCharles Keepax  These devices are audio SoCs with extensive digital capabilities and a
14afd9ee0eSCharles Keepax  range of analogue I/O.
15afd9ee0eSCharles Keepax
16afd9ee0eSCharles Keepax  This document lists regulator specific bindings, see the primary binding
17afd9ee0eSCharles Keepax  document. For Wolfson Microelectronic Arizona codecs ../mfd/wlf,arizona.yaml
18afd9ee0eSCharles Keepax  and for Cirrus Logic Madera codecs ../mfd/madera.txt
19afd9ee0eSCharles Keepax
20afd9ee0eSCharles Keepaxproperties:
21afd9ee0eSCharles Keepax  wlf,ldoena:
22afd9ee0eSCharles Keepax    description:
23afd9ee0eSCharles Keepax      GPIO specifier for the GPIO controlling LDOENA.
24cff5c895SRob Herring    $ref: /schemas/types.yaml#/definitions/phandle-array
25afd9ee0eSCharles Keepax    maxItems: 1
26afd9ee0eSCharles Keepax
27afd9ee0eSCharles Keepax  ldo1:
28afd9ee0eSCharles Keepax    description:
29afd9ee0eSCharles Keepax      Initial data for the LDO1 regulator.
30cff5c895SRob Herring    $ref: regulator.yaml#
31afd9ee0eSCharles Keepax    type: object
32*d2d54819SKrzysztof Kozlowski    unevaluatedProperties: false
33afd9ee0eSCharles Keepax
34afd9ee0eSCharles Keepax  micvdd:
35afd9ee0eSCharles Keepax    description:
36afd9ee0eSCharles Keepax      Initial data for the MICVDD regulator.
37cff5c895SRob Herring    $ref: regulator.yaml#
38afd9ee0eSCharles Keepax    type: object
39*d2d54819SKrzysztof Kozlowski    unevaluatedProperties: false
406a0e321eSRob Herring
416a0e321eSRob HerringadditionalProperties: true
42