067c9790062f7e1ab42aa1835e095ca076babbe4
[deliverable/linux.git] / Documentation / devicetree / bindings / arm / tegra / nvidia,tegra20-ahb.txt
1 NVIDIA Tegra AHB
2
3 Required properties:
4 - compatible : For Tegra20, must contain "nvidia,tegra20-ahb". For
5 Tegra30, must contain "nvidia,tegra30-ahb". Otherwise, must contain
6 '"nvidia,<chip>-ahb", "nvidia,tegra30-ahb"' where <chip> is tegra124,
7 tegra132, or tegra210.
8 - reg : Should contain 1 register ranges(address and length)
9
10 Example:
11 ahb: ahb@6000c004 {
12 compatible = "nvidia,tegra20-ahb";
13 reg = <0x6000c004 0x10c>; /* AHB Arbitration + Gizmo Controller */
14 };
This page took 0.033151 seconds and 4 git commands to generate.