68 lines · yaml
1# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause2%YAML 1.23---4$id: http://devicetree.org/schemas/sound/realtek,rt5631.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: ALC5631/RT5631 audio CODEC8 9maintainers:10 - Animesh Agarwal <animeshagarwal28@gmail.com>11 12description: |13 This device supports I2C only.14 15 Pins on the device (for linking into audio routes):16 * SPK_OUT_R_P17 * SPK_OUT_R_N18 * SPK_OUT_L_P19 * SPK_OUT_L_N20 * HP_OUT_L21 * HP_OUT_R22 * AUX_OUT2_LP23 * AUX_OUT2_RN24 * AUX_OUT1_LP25 * AUX_OUT1_RN26 * AUX_IN_L_JD27 * AUX_IN_R_JD28 * MONO_IN_P29 * MONO_IN_N30 * MIC1_P31 * MIC1_N32 * MIC2_P33 * MIC2_N34 * MONO_OUT_P35 * MONO_OUT_N36 * MICBIAS137 * MICBIAS238 39properties:40 compatible:41 enum:42 - realtek,alc563143 - realtek,rt563144 45 reg:46 maxItems: 147 48 port:49 $ref: audio-graph-port.yaml#50 unevaluatedProperties: false51 52required:53 - compatible54 - reg55 56additionalProperties: false57 58examples:59 - |60 i2c {61 #address-cells = <1>;62 #size-cells = <0>;63 codec@1a {64 compatible = "realtek,alc5631";65 reg = <0x1a>;66 };67 };68