xref: /freebsd/sys/contrib/device-tree/Bindings/sound/wlf,wm8776.yaml (revision 7d0873ebb83b19ba1e8a89e679470d885efe12e3)
1*7d0873ebSEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2*7d0873ebSEmmanuel Vadot%YAML 1.2
3*7d0873ebSEmmanuel Vadot---
4*7d0873ebSEmmanuel Vadot$id: http://devicetree.org/schemas/sound/wlf,wm8776.yaml#
5*7d0873ebSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6*7d0873ebSEmmanuel Vadot
7*7d0873ebSEmmanuel Vadottitle: WM8776 audio CODEC
8*7d0873ebSEmmanuel Vadot
9*7d0873ebSEmmanuel Vadotmaintainers:
10*7d0873ebSEmmanuel Vadot  - patches@opensource.cirrus.com
11*7d0873ebSEmmanuel Vadot
12*7d0873ebSEmmanuel VadotallOf:
13*7d0873ebSEmmanuel Vadot  - $ref: dai-common.yaml#
14*7d0873ebSEmmanuel Vadot
15*7d0873ebSEmmanuel Vadotproperties:
16*7d0873ebSEmmanuel Vadot  compatible:
17*7d0873ebSEmmanuel Vadot    const: wlf,wm8776
18*7d0873ebSEmmanuel Vadot
19*7d0873ebSEmmanuel Vadot  reg:
20*7d0873ebSEmmanuel Vadot    maxItems: 1
21*7d0873ebSEmmanuel Vadot
22*7d0873ebSEmmanuel Vadot  "#sound-dai-cells":
23*7d0873ebSEmmanuel Vadot    const: 0
24*7d0873ebSEmmanuel Vadot
25*7d0873ebSEmmanuel Vadotrequired:
26*7d0873ebSEmmanuel Vadot  - compatible
27*7d0873ebSEmmanuel Vadot  - reg
28*7d0873ebSEmmanuel Vadot
29*7d0873ebSEmmanuel VadotunevaluatedProperties: false
30*7d0873ebSEmmanuel Vadot
31*7d0873ebSEmmanuel Vadotexamples:
32*7d0873ebSEmmanuel Vadot  - |
33*7d0873ebSEmmanuel Vadot    i2c {
34*7d0873ebSEmmanuel Vadot        #address-cells = <1>;
35*7d0873ebSEmmanuel Vadot        #size-cells = <0>;
36*7d0873ebSEmmanuel Vadot
37*7d0873ebSEmmanuel Vadot        codec@1a {
38*7d0873ebSEmmanuel Vadot            compatible = "wlf,wm8776";
39*7d0873ebSEmmanuel Vadot            reg = <0x1a>;
40*7d0873ebSEmmanuel Vadot        };
41*7d0873ebSEmmanuel Vadot    };
42