Skip to content
Snippets Groups Projects
Commit 6a3742fe authored by Allen Martin's avatar Allen Martin Committed by Tom Warren
Browse files

tegra114: fdt: add apbdma block


Add node for apbdma controller hardware.

Signed-off-by: default avatarAllen Martin <amartin@nvidia.com>
Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
Reviewed-by: default avatarStephen Warren <swarren@nvidia.com>
parent c3bb3c8b
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,43 @@ ...@@ -9,6 +9,43 @@
#clock-cells = <1>; #clock-cells = <1>;
}; };
apbdma: dma {
compatible = "nvidia,tegra114-apbdma", "nvidia,tegra30-apbdma", "nvidia,tegra20-apbdma";
reg = <0x6000a000 0x1400>;
interrupts = <0 104 0x04
0 105 0x04
0 106 0x04
0 107 0x04
0 108 0x04
0 109 0x04
0 110 0x04
0 111 0x04
0 112 0x04
0 113 0x04
0 114 0x04
0 115 0x04
0 116 0x04
0 117 0x04
0 118 0x04
0 119 0x04
0 128 0x04
0 129 0x04
0 130 0x04
0 131 0x04
0 132 0x04
0 133 0x04
0 134 0x04
0 135 0x04
0 136 0x04
0 137 0x04
0 138 0x04
0 139 0x04
0 140 0x04
0 141 0x04
0 142 0x04
0 143 0x04>;
};
gpio: gpio { gpio: gpio {
compatible = "nvidia,tegra114-gpio", "nvidia,tegra30-gpio"; compatible = "nvidia,tegra114-gpio", "nvidia,tegra30-gpio";
reg = <0x6000d000 0x1000>; reg = <0x6000d000 0x1000>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment