summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/tegra20.dtsi
diff options
context:
space:
mode:
authorAllen Martin <amartin@nvidia.com>2013-01-11 23:07:04 +0000
committerTom Warren <twarren@nvidia.com>2013-01-17 09:07:51 -0700
commit64e6ec1d4e2f97b6ae03ee158f64f5b0074c214a (patch)
treec2278205d95ebf6c3f1b3438af9590a33ebca4c1 /arch/arm/dts/tegra20.dtsi
parentb7723f3f303d3b847e1adcb226328f432fe4b233 (diff)
downloadblackbird-obmc-uboot-64e6ec1d4e2f97b6ae03ee158f64f5b0074c214a.tar.gz
blackbird-obmc-uboot-64e6ec1d4e2f97b6ae03ee158f64f5b0074c214a.zip
tegra: fdt: add apbdma node
Add apbdma node for tegra20 and tegra30, copied directly from tegra Linux dtsi files. Signed-off-by: Allen Martin <amartin@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch/arm/dts/tegra20.dtsi')
-rw-r--r--arch/arm/dts/tegra20.dtsi21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/dts/tegra20.dtsi b/arch/arm/dts/tegra20.dtsi
index 46e3785e44..12049fd693 100644
--- a/arch/arm/dts/tegra20.dtsi
+++ b/arch/arm/dts/tegra20.dtsi
@@ -116,6 +116,27 @@
#clock-cells = <1>;
};
+ apbdma: dma {
+ compatible = "nvidia,tegra20-apbdma";
+ reg = <0x6000a000 0x1200>;
+ 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>;
+ };
+
gpio: gpio@6000d000 {
compatible = "nvidia,tegra20-gpio";
reg = < 0x6000d000 0x1000 >;
OpenPOWER on IntegriCloud