Lines Matching +full:tx +full:- +full:sync +full:- +full:clock
4 - compatible : "nvidia,tegra20-ac97"
5 - reg : Should contain AC97 controller registers location and length
6 - interrupts : Should contain AC97 interrupt
7 - resets : Must contain an entry for each entry in reset-names.
9 - reset-names : Must include the following entries:
10 - ac97
11 - dmas : Must contain an entry for each entry in clock-names.
13 - dma-names : Must include the following entries:
14 - rx
15 - tx
16 - clocks : Must contain one entry, for the module clock.
17 See ../clocks/clock-bindings.txt for details.
18 - nvidia,codec-reset-gpio : The Tegra GPIO controller's phandle and the number
20 - nvidia,codec-sync-gpio : The Tegra GPIO controller's phandle and the number
26 compatible = "nvidia,tegra20-ac97";
29 nvidia,codec-reset-gpio = <&gpio 170 0>;
30 nvidia,codec-sync-gpio = <&gpio 120 0>;
33 reset-names = "ac97";
35 dma-names = "rx", "tx";