Lines Matching +full:tegra210 +full:- +full:adma
1 * NVIDIA Tegra Audio DMA (ADMA) controller
7 - compatible: Should contain one of the following:
8 - "nvidia,tegra210-adma": for Tegra210
9 - "nvidia,tegra186-adma": for Tegra186 and Tegra194
10 - reg: Should contain DMA registers location and length. This should be
11 a single entry that includes all of the per-channel registers in one
13 - interrupts: Should contain all of the per-channel DMA interrupts in
15 - clocks: Must contain one entry for the ADMA module clock
17 - clock-names: Must contain the name "d_audio" for the corresponding
19 - #dma-cells : Must be 1. The first cell denotes the receive/transmit
27 adma: dma@702e2000 {
28 compatible = "nvidia,tegra210-adma";
30 interrupt-parent = <&tegra_agic>;
54 clock-names = "d_audio";
55 #dma-cells = <1>;