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/iommu/nvidia,tegra30-smmu.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 30 IOMMU H/W, SMMU (System Memory Management Unit)
    2 
    3 Required properties:
    4 - compatible : "nvidia,tegra30-smmu"
    5 - reg : Should contain 3 register banks(address and length) for each
    6   of the SMMU register blocks.
    7 - interrupts : Should contain MC General interrupt.
    8 - nvidia,#asids : # of ASIDs
    9 - dma-window : IOVA start address and length.
   10 - nvidia,ahb : phandle to the ahb bus connected to SMMU.
   11 
   12 Example:
   13         smmu {
   14                 compatible = "nvidia,tegra30-smmu";
   15                 reg = <0x7000f010 0x02c
   16                        0x7000f1f0 0x010
   17                        0x7000f228 0x05c>;
   18                 nvidia,#asids = <4>;            /* # of ASIDs */
   19                 dma-window = <0 0x40000000>;    /* IOVA start & length */
   20                 nvidia,ahb = <&ahb>;
   21         };

Cache object: 27bde453d764c9d02b3cd2c1c750957d


[ 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.