The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/sound/nvidia,tegra-audio-trimslice.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

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

Cache object: d3cf1b4b1861d74267916bb0ba3aa53d


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.