18c2ecf20Sopenharmony_ciNVIDIA Tegra audio complex, with SGTL5000 CODEC
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible : "nvidia,tegra-audio-sgtl5000"
58c2ecf20Sopenharmony_ci- clocks : Must contain an entry for each entry in clock-names.
68c2ecf20Sopenharmony_ci  See ../clocks/clock-bindings.txt for details.
78c2ecf20Sopenharmony_ci- clock-names : Must include the following entries:
88c2ecf20Sopenharmony_ci  - pll_a
98c2ecf20Sopenharmony_ci  - pll_a_out0
108c2ecf20Sopenharmony_ci  - mclk (The Tegra cdev1/extern1 clock, which feeds the CODEC's mclk)
118c2ecf20Sopenharmony_ci- nvidia,model : The user-visible name of this sound complex.
128c2ecf20Sopenharmony_ci- nvidia,audio-routing : A list of the connections between audio components.
138c2ecf20Sopenharmony_ci  Each entry is a pair of strings, the first being the connection's sink,
148c2ecf20Sopenharmony_ci  the second being the connection's source. Valid names for sources and
158c2ecf20Sopenharmony_ci  sinks are the SGTL5000's pins (as documented in its binding), and the jacks
168c2ecf20Sopenharmony_ci  on the board:
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ci  * Headphone Jack
198c2ecf20Sopenharmony_ci  * Line In Jack
208c2ecf20Sopenharmony_ci  * Mic Jack
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ci- nvidia,i2s-controller : The phandle of the Tegra I2S controller that's
238c2ecf20Sopenharmony_ci  connected to the CODEC.
248c2ecf20Sopenharmony_ci- nvidia,audio-codec : The phandle of the SGTL5000 audio codec.
258c2ecf20Sopenharmony_ci
268c2ecf20Sopenharmony_ciExample:
278c2ecf20Sopenharmony_ci
288c2ecf20Sopenharmony_cisound {
298c2ecf20Sopenharmony_ci	compatible = "toradex,tegra-audio-sgtl5000-apalis_t30",
308c2ecf20Sopenharmony_ci		     "nvidia,tegra-audio-sgtl5000";
318c2ecf20Sopenharmony_ci	nvidia,model = "Toradex Apalis T30";
328c2ecf20Sopenharmony_ci	nvidia,audio-routing =
338c2ecf20Sopenharmony_ci		"Headphone Jack", "HP_OUT",
348c2ecf20Sopenharmony_ci		"LINE_IN", "Line In Jack",
358c2ecf20Sopenharmony_ci		"MIC_IN", "Mic Jack";
368c2ecf20Sopenharmony_ci	nvidia,i2s-controller = <&tegra_i2s2>;
378c2ecf20Sopenharmony_ci	nvidia,audio-codec = <&sgtl5000>;
388c2ecf20Sopenharmony_ci	clocks = <&tegra_car TEGRA30_CLK_PLL_A>,
398c2ecf20Sopenharmony_ci		 <&tegra_car TEGRA30_CLK_PLL_A_OUT0>,
408c2ecf20Sopenharmony_ci		 <&tegra_car TEGRA30_CLK_EXTERN1>;
418c2ecf20Sopenharmony_ci	clock-names = "pll_a", "pll_a_out0", "mclk";
428c2ecf20Sopenharmony_ci};
43