Skip to content

Commit

Permalink
ARM: dt: tegra30.dtsi: Add SMMU node
Browse files Browse the repository at this point in the history
Add a node for the Tegra30 SMMU

Signed-off-by: Hiroshi DOYU <hdoyu@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
  • Loading branch information
hdoyu@nvidia.com authored and Stephen Warren committed May 14, 2012
1 parent 6a943e0 commit 54174a3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/tegra30.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,14 @@
0x7000f284 0x17c>;
interrupts = <0 77 0x04>;
};

smmu {
compatible = "nvidia,tegra30-smmu";
reg = <0x7000f010 0x02c
0x7000f1f0 0x010
0x7000f228 0x05c>;
nvidia,#asids = <4>; /* # of ASIDs */
dma-window = <0 0x40000000>; /* IOVA start & length */
nvidia,ahb = <&ahb>;
};
};

0 comments on commit 54174a3

Please sign in to comment.