Lines Matching +full:audio +full:- +full:controller
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Samsung Exynos5433 TM2(E) audio complex with WM5110 codec
10 - Krzysztof Kozlowski <krzk@kernel.org>
11 - Sylwester Nawrocki <s.nawrocki@samsung.com>
15 const: samsung,tm2-audio
17 audio-amplifier:
21 audio-codec:
23 $ref: /schemas/types.yaml#/definitions/phandle-array
25 - description: Phandle to the WM5110 audio codec.
26 - description: Phandle to the HDMI transmitter node.
28 samsung,audio-routing:
30 List of the connections between audio components; each entry is
35 $ref: /schemas/types.yaml#/definitions/non-unique-string-array
37 i2s-controller:
39 $ref: /schemas/types.yaml#/definitions/phandle-array
41 - description: Phandle to I2S0.
42 - description: Phandle to I2S1.
44 mic-bias-gpios:
48 description: The user-visible name of this sound complex.
52 - compatible
53 - audio-amplifier
54 - audio-codec
55 - samsung,audio-routing
56 - i2s-controller
57 - mic-bias-gpios
58 - model
63 - |
64 #include <dt-bindings/gpio/gpio.h>
67 compatible = "samsung,tm2-audio";
68 audio-codec = <&wm5110>, <&hdmi>;
69 i2s-controller = <&i2s0 0>, <&i2s1 0>;
70 audio-amplifier = <&max98504>;
71 mic-bias-gpios = <&gpr3 2 GPIO_ACTIVE_HIGH>;
73 samsung,audio-routing = "HP", "HPOUT1L",