aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra114.dtsi
diff options
context:
space:
mode:
authorHiroshi Doyu <hdoyu@nvidia.com>2013-01-15 03:17:28 -0500
committerStephen Warren <swarren@nvidia.com>2013-01-29 13:01:14 -0500
commit2da139657b108ab4485640178dd4d7f3ca931065 (patch)
treeab2d5474eecf1c36b56a854259a62075098e75f7 /arch/arm/boot/dts/tegra114.dtsi
parent0dfe42edcc0a30c21c9bbcfc8a5ad91fb49c2dfb (diff)
ARM: tegra: Add SMMU entry to Tegra114 DT
Add SMMU entry. Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra114.dtsi')
-rw-r--r--arch/arm/boot/dts/tegra114.dtsi11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra114.dtsi b/arch/arm/boot/dts/tegra114.dtsi
index 879b4ea4ff3a..366c177cba76 100644
--- a/arch/arm/boot/dts/tegra114.dtsi
+++ b/arch/arm/boot/dts/tegra114.dtsi
@@ -80,6 +80,17 @@
80 reg = <0x7000e400 0x400>; 80 reg = <0x7000e400 0x400>;
81 }; 81 };
82 82
83 iommu {
84 compatible = "nvidia,tegra114-smmu", "nvidia,tegra30-smmu";
85 reg = <0x7000f010 0x02c
86 0x7000f1f0 0x010
87 0x7000f228 0x074>;
88 nvidia,#asids = <4>;
89 dma-window = <0 0x40000000>;
90 nvidia,swgroups = <0x18659fe>;
91 nvidia,ahb = <&ahb>;
92 };
93
83 cpus { 94 cpus {
84 #address-cells = <1>; 95 #address-cells = <1>;
85 #size-cells = <0>; 96 #size-cells = <0>;