Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux
[drm/drm-misc.git] / Documentation / devicetree / bindings / sound / wlf,wm8580.yaml
blob2f27852cdc200c0cabb3c9281bfac044518f4002
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2 %YAML 1.2
3 ---
4 $id: http://devicetree.org/schemas/sound/wlf,wm8580.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: WM8580 and WM8581 audio CODEC
9 maintainers:
10   - patches@opensource.cirrus.com
12 allOf:
13   - $ref: dai-common.yaml#
15 properties:
16   compatible:
17     enum:
18       - wlf,wm8580
19       - wlf,wm8581
21   reg:
22     maxItems: 1
24   "#sound-dai-cells":
25     const: 0
27 required:
28   - compatible
29   - reg
31 unevaluatedProperties: false
33 examples:
34   - |
35     i2c {
36         #address-cells = <1>;
37         #size-cells = <0>;
38         codec@1a {
39             compatible = "wlf,wm8580";
40             reg = <0x1a>;
41         };
42     };