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/phy/phy-tegra194-p2u.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 Tegra194 P2U binding
    2 
    3 Tegra194 has two PHY bricks namely HSIO (High Speed IO) and NVHS (NVIDIA High
    4 Speed) each interfacing with 12 and 8 P2U instances respectively.
    5 A P2U instance is a glue logic between Synopsys DesignWare Core PCIe IP's PIPE
    6 interface and PHY of HSIO/NVHS bricks. Each P2U instance represents one PCIe
    7 lane.
    8 
    9 Required properties:
   10 - compatible: For Tegra19x, must contain "nvidia,tegra194-p2u".
   11 - reg: Should be the physical address space and length of respective each P2U
   12        instance.
   13 - reg-names: Must include the entry "ctl".
   14 
   15 Required properties for PHY port node:
   16 - #phy-cells: Defined by generic PHY bindings.  Must be 0.
   17 
   18 Refer to phy/phy-bindings.txt for the generic PHY binding properties.
   19 
   20 Example:
   21 
   22 p2u_hsio_0: phy@3e10000 {
   23         compatible = "nvidia,tegra194-p2u";
   24         reg = <0x03e10000 0x10000>;
   25         reg-names = "ctl";
   26 
   27         #phy-cells = <0>;
   28 };

Cache object: 5d9622cef025b232c2363a3fb006b138


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