]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-ahb.txt
Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming...
[karo-tx-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         };