1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/sound/mediatek,mt2701-wm8960.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: MediaTek MT2701 with WM8960 CODEC
10 - Kartik Agarwala <agarwala.kartik@gmail.com>
14 const: mediatek,mt2701-wm8960-machine
17 $ref: /schemas/types.yaml#/definitions/phandle
18 description: The phandle of MT2701 ASoC platform.
21 $ref: /schemas/types.yaml#/definitions/non-unique-string-array
23 A list of the connections between audio components. Each entry is a
24 pair of strings, the first being the connection's sink, the second
25 being the connection's source.
28 $ref: /schemas/types.yaml#/definitions/phandle
29 description: The phandle of the WM8960 audio codec.
31 unevaluatedProperties: false
37 - mediatek,audio-codec
44 compatible = "mediatek,mt2701-wm8960-machine";
45 mediatek,platform = <&afe>;
51 mediatek,audio-codec = <&wm8960>;
52 pinctrl-names = "default";
53 pinctrl-0 = <&aud_pins_default>;