Lines Matching +full:audio +full:- +full:codec
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/atmel,at91sam9g20ek-wm8731.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Atmel at91sam9g20ek wm8731 audio complex
10 - Balakrishnan Sambath <balakrishnan.s@microchip.com>
13 The audio complex configuration for Atmel at91sam9g20ek with WM8731 audio codec.
17 const: atmel,at91sam9g20ek-wm8731-audio
21 description: The user-visible name of this sound complex.
23 atmel,audio-routing:
24 $ref: /schemas/types.yaml#/definitions/non-unique-string-array
25 description: A list of the connections between audio components.
31 - Ext Spk
32 - Int Mic
34 # CODEC Pins
35 - LOUT
36 - ROUT
37 - LHPOUT
38 - RHPOUT
39 - LLINEIN
40 - RLINEIN
41 - MICIN
43 atmel,ssc-controller:
47 atmel,audio-codec:
49 description: The phandle of WM8731 audio codec.
52 - compatible
53 - atmel,model
54 - atmel,audio-routing
55 - atmel,ssc-controller
56 - atmel,audio-codec
61 - |
63 compatible = "atmel,at91sam9g20ek-wm8731-audio";
64 pinctrl-names = "default";
65 pinctrl-0 = <&pinctrl_pck0_as_mck>;
67 atmel,audio-routing =
70 atmel,ssc-controller = <&ssc0>;
71 atmel,audio-codec = <&wm8731>;