nvidia,tegra-audio-trimslice.txt 762 B

123456789101112131415161718192021
  1. NVIDIA Tegra audio complex for TrimSlice
  2. Required properties:
  3. - compatible : "nvidia,tegra-audio-trimslice"
  4. - clocks : Must contain an entry for each entry in clock-names.
  5. - clock-names : Must include the following entries:
  6. "pll_a" (The Tegra clock of that name),
  7. "pll_a_out0" (The Tegra clock of that name),
  8. "mclk" (The Tegra cdev1/extern1 clock, which feeds the CODEC's mclk)
  9. - nvidia,i2s-controller : The phandle of the Tegra I2S1 controller
  10. - nvidia,audio-codec : The phandle of the WM8903 audio codec
  11. Example:
  12. sound {
  13. compatible = "nvidia,tegra-audio-trimslice";
  14. nvidia,i2s-controller = <&tegra_i2s1>;
  15. nvidia,audio-codec = <&codec>;
  16. clocks = <&tegra_car 112>, <&tegra_car 113>, <&tegra_car 93>;
  17. clock-names = "pll_a", "pll_a_out0", "mclk";
  18. };