Lines Matching +full:exynos5433 +full:- +full:i2s
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>
14 - $ref: sound-card-common.yaml#
18 const: samsung,tm2-audio
20 audio-amplifier:
24 audio-codec:
26 $ref: /schemas/types.yaml#/definitions/phandle-array
28 - items:
29 - description: Phandle to the WM5110 audio codec.
30 - items:
31 - description: Phandle to the HDMI transmitter node.
34 samsung,audio-routing:
41 Deprecated, use audio-routing.
43 $ref: /schemas/types.yaml#/definitions/non-unique-string-array
45 i2s-controller:
46 description: Phandles to the I2S controllers.
47 $ref: /schemas/types.yaml#/definitions/phandle-array
49 - description: Phandle to I2S0.
50 - description: Phandle to I2S1.
52 mic-bias-gpios:
56 - compatible
57 - audio-amplifier
58 - audio-codec
59 - audio-routing
60 - i2s-controller
61 - mic-bias-gpios
66 - |
67 #include <dt-bindings/gpio/gpio.h>
70 compatible = "samsung,tm2-audio";
71 audio-codec = <&wm5110>, <&hdmi>;
72 i2s-controller = <&i2s0 0>, <&i2s1 0>;
73 audio-amplifier = <&max98504>;
74 mic-bias-gpios = <&gpr3 2 GPIO_ACTIVE_HIGH>;
76 audio-routing = "HP", "HPOUT1L",