Lines Matching +full:i2s +full:- +full:rx
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/nvidia,tegra20-i2s.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NVIDIA Tegra20 I2S Controller
10 The I2S Controller streams synchronous serial audio data between system
11 memory and an external audio device. The controller supports the I2S Left
15 - Thierry Reding <treding@nvidia.com>
16 - Jon Hunter <jonathanh@nvidia.com>
20 const: nvidia,tegra20-i2s
28 reset-names:
29 const: i2s
40 dma-names:
42 - const: rx
43 - const: tx
45 nvidia,fixed-parent-rate:
53 - compatible
54 - reg
55 - resets
56 - reset-names
57 - interrupts
58 - clocks
59 - dmas
60 - dma-names
65 - |
66 i2s@70002800 {
67 compatible = "nvidia,tegra20-i2s";
72 reset-names = "i2s";
74 dma-names = "rx", "tx";