1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/sound/samsung,aries-wm8994.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Samsung Aries audio complex with WM8994 codec
10 - Jonathan Bakker <xc-racer2@live.ca>
13 - $ref: sound-card-common.yaml#
18 # With FM radio and modem master
19 - samsung,aries-wm8994
20 # Without FM radio and modem slave
21 - samsung,fascinate4g-wm8994
25 additionalProperties: false
31 phandles to the I2S controller and bluetooth codec,
37 additionalProperties: false
42 description: phandle to the WM8994 CODEC
46 samsung,audio-routing:
47 $ref: /schemas/types.yaml#/definitions/non-unique-string-array
50 List of the connections between audio
51 components; each entry is a pair of strings, the first being the
52 connection's sink, the second being the connection's source;
53 valid names for sources and sinks are the WM8994's pins (as
54 documented in its binding), and the jacks on the board -
55 For samsung,aries-wm8994: HP, SPK, RCV, LINE, Main Mic, Headset Mic,
57 For samsung,fascinate4g-wm8994: HP, SPK, RCV, LINE, Main Mic,
59 Deprecated, use audio-routing.
62 description: Extcon phandle for dock detection
65 description: Supply for the micbias on the main mic
67 headset-micbias-supply:
68 description: Supply for the micbias on the headset mic
72 description: GPIO for switching between tv-out and mic paths
76 description: GPIO for detection of headset insertion
80 description: GPIO for detection of headset key press
84 description: IO channel to read micbias voltage for headset detection
96 - headset-micbias-supply
98 - headset-detect-gpios
101 unevaluatedProperties: false
105 #include <dt-bindings/gpio/gpio.h>
108 compatible = "samsung,fascinate4g-wm8994";
110 model = "Fascinate4G";
114 main-micbias-supply = <&main_micbias_reg>;
115 headset-micbias-supply = <&headset_micbias_reg>;
117 earpath-sel-gpios = <&gpj2 6 GPIO_ACTIVE_HIGH>;
119 io-channels = <&adc 3>;
120 io-channel-names = "headset-detect";
121 headset-detect-gpios = <&gph0 6 GPIO_ACTIVE_HIGH>;
122 headset-key-gpios = <&gph3 6 GPIO_ACTIVE_HIGH>;
140 "IN1RP", "Headset Mic",
141 "IN1RN", "Headset Mic";
143 pinctrl-names = "default";
144 pinctrl-0 = <&headset_det &earpath_sel>;
147 sound-dai = <&i2s0>, <&bt_codec>;
151 sound-dai = <&wm8994>;