Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux
[drm/drm-misc.git] / Documentation / devicetree / bindings / sound / nuvoton,nau8540.yaml
blob7ccfbb8d8b0433ee0be663cd0e3abbb43c0ba3e3
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2 %YAML 1.2
3 ---
4 $id: http://devicetree.org/schemas/sound/nuvoton,nau8540.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Nuvoton Technology Corporation NAU85L40 Audio CODEC
9 maintainers:
10   - John Hsu <KCHSU0@nuvoton.com>
12 allOf:
13   - $ref: dai-common.yaml#
15 properties:
16   compatible:
17     const: nuvoton,nau8540
19   reg:
20     maxItems: 1
22   "#sound-dai-cells":
23     const: 0
25 required:
26   - compatible
27   - reg
29 unevaluatedProperties: false
31 examples:
32   - |
33     i2c {
34         #address-cells = <1>;
35         #size-cells = <0>;
36         codec@1c {
37             compatible = "nuvoton,nau8540";
38             reg = <0x1c>;
39         };
40     };