The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/arm/tegra/nvidia,tegra20-ahb.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    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).  For
    9   Tegra20, Tegra30, and Tegra114 chips, the value must be <0x6000c004
   10   0x10c>.  For Tegra124, Tegra132 and Tegra210 chips, the value should
   11   be be <0x6000c000 0x150>.
   12 
   13 Example (for a Tegra20 chip):
   14         ahb: ahb@6000c004 {
   15                 compatible = "nvidia,tegra20-ahb";
   16                 reg = <0x6000c004 0x10c>; /* AHB Arbitration + Gizmo Controller */
   17         };

Cache object: 3e2d51d688d40400dcfeb8ffd1828111


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.