Lines Matching +full:tegra186 +full:- +full:bpmp
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/dma/nvidia,tegra186-gpc-dma.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
15 - Jon Hunter <jonathanh@nvidia.com>
16 - Rajesh Gumasta <rgumasta@nvidia.com>
19 - $ref: "dma-controller.yaml#"
24 - const: nvidia,tegra186-gpcdma
25 - items:
26 - enum:
27 - nvidia,tegra234-gpcdma
28 - nvidia,tegra194-gpcdma
29 - const: nvidia,tegra186-gpcdma
31 "#dma-cells":
39 Should contain all of the per-channel DMA interrupts in
47 reset-names:
53 dma-coherent: true
56 - compatible
57 - reg
58 - interrupts
59 - resets
60 - reset-names
61 - "#dma-cells"
62 - iommus
67 - |
68 #include <dt-bindings/interrupt-controller/arm-gic.h>
69 #include <dt-bindings/memory/tegra186-mc.h>
70 #include <dt-bindings/reset/tegra186-reset.h>
72 dma-controller@2600000 {
73 compatible = "nvidia,tegra186-gpcdma";
75 resets = <&bpmp TEGRA186_RESET_GPCDMA>;
76 reset-names = "gpcdma";
108 #dma-cells = <1>;
110 dma-coherent;