提交 7868a9bc 编写于 作者: H Hiroshi DOYU 提交者: Stephen Warren

ARM: dt: tegra: Add device tree support for AHB

Add AHB entry for tegra20/30.
Signed-off-by: NHiroshi DOYU <hdoyu@nvidia.com>
Signed-off-by: NStephen Warren <swarren@nvidia.com>
上级 4b7e8705
......@@ -206,5 +206,10 @@
interrupts = < 0 97 0x04 >;
phy_type = "utmi";
};
ahb: ahb@6000c004 {
compatible = "nvidia,tegra20-ahb";
reg = <0x6000c004 0x10c>; /* AHB Arbitration + Gizmo Controller */
};
};
......@@ -224,4 +224,9 @@
nvidia,ahub-cif-ids = <8 8>;
};
};
ahb: ahb@6000c004 {
compatible = "nvidia,tegra30-ahb";
reg = <0x6000c004 0x14c>; /* AHB Arbitration + Gizmo Controller */
};
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册