summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/realtek,rt5631.yaml
blob: 747a731c44c99d88e7634caf68e0677709b8f9fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
%YAML 1.2
---
$id: http://devicetree.org/schemas/sound/realtek,rt5631.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: ALC5631/RT5631 audio CODEC

maintainers:
  - Animesh Agarwal <animeshagarwal28@gmail.com>

description: |
  This device supports I2C only.

  Pins on the device (for linking into audio routes):
      * SPK_OUT_R_P
      * SPK_OUT_R_N
      * SPK_OUT_L_P
      * SPK_OUT_L_N
      * HP_OUT_L
      * HP_OUT_R
      * AUX_OUT2_LP
      * AUX_OUT2_RN
      * AUX_OUT1_LP
      * AUX_OUT1_RN
      * AUX_IN_L_JD
      * AUX_IN_R_JD
      * MONO_IN_P
      * MONO_IN_N
      * MIC1_P
      * MIC1_N
      * MIC2_P
      * MIC2_N
      * MONO_OUT_P
      * MONO_OUT_N
      * MICBIAS1
      * MICBIAS2

properties:
  compatible:
    enum:
      - realtek,alc5631
      - realtek,rt5631

  reg:
    maxItems: 1

  port:
    $ref: audio-graph-port.yaml#
    unevaluatedProperties: false

required:
  - compatible
  - reg

additionalProperties: false

examples:
  - |
    i2c {
        #address-cells = <1>;
        #size-cells = <0>;
        codec@1a {
            compatible = "realtek,alc5631";
            reg = <0x1a>;
        };
    };