Lines Matching +full:dma +full:- +full:capable
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/nvidia,tegra210-admaif.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
17 - Jon Hunter <jonathanh@nvidia.com>
18 - Sameer Pujar <spujar@nvidia.com>
22 pattern: "^admaif@[0-9a-f]*$"
26 - enum:
27 - nvidia,tegra210-admaif
28 - nvidia,tegra186-admaif
29 - nvidia,tegra264-admaif
30 - items:
31 - enum:
32 - nvidia,tegra234-admaif
33 - nvidia,tegra194-admaif
34 - const: nvidia,tegra186-admaif
41 dma-names: true
45 - description: APE read memory client
46 - description: APE write memory client
48 interconnect-names:
50 - const: dma-mem # read
51 - const: write
62 in AHUB (Audio Hub). Each port is capable of data transfers in
66 '^port@[0-9]':
67 $ref: audio-graph-port.yaml#
74 const: nvidia,tegra210-admaif
80 DMA channel specifiers, equally divided for Tx and Rx.
83 dma-names:
85 pattern: "^[rt]x(10|[1-9])$"
87 Should be "rx1", "rx2" ... "rx10" for DMA Rx channel
88 Should be "tx1", "tx2" ... "tx10" for DMA Tx channel
92 interconnect-names: false
99 DMA channel specifiers, equally divided for Tx and Rx.
102 dma-names:
104 pattern: "^[rt]x(1[0-9]|[1-9]|20)$"
106 Should be "rx1", "rx2" ... "rx20" for DMA Rx channel
107 Should be "tx1", "tx2" ... "tx20" for DMA Tx channel
112 - compatible
113 - reg
114 - dmas
115 - dma-names
120 - |
122 compatible = "nvidia,tegra210-admaif";
134 dma-names = "rx1", "tx1",