Lines Matching +full:audio +full:- +full:routing
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/mediatek,mt2701-wm8960.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Kartik Agarwala <agarwala.kartik@gmail.com>
14 const: mediatek,mt2701-wm8960-machine
20 audio-routing:
21 $ref: /schemas/types.yaml#/definitions/non-unique-string-array
23 A list of the connections between audio components. Each entry is a
27 mediatek,audio-codec:
29 description: The phandle of the WM8960 audio codec.
34 - compatible
35 - mediatek,platform
36 - audio-routing
37 - mediatek,audio-codec
38 - pinctrl-names
39 - pinctrl-0
42 - |
44 compatible = "mediatek,mt2701-wm8960-machine";
46 audio-routing =
51 mediatek,audio-codec = <&wm8960>;
52 pinctrl-names = "default";
53 pinctrl-0 = <&aud_pins_default>;