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/rcar-gen3-phy-pcie.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 * Renesas R-Car generation 3 PCIe PHY
    2 
    3 This file provides information on what the device node for the R-Car
    4 generation 3 PCIe PHY contains.
    5 
    6 Required properties:
    7 - compatible: "renesas,r8a77980-pcie-phy" if the device is a part of the
    8               R8A77980 SoC.
    9 - reg: offset and length of the register block.
   10 - clocks: clock phandle and specifier pair.
   11 - power-domains: power domain phandle and specifier pair.
   12 - resets: reset phandle and specifier pair.
   13 - #phy-cells: see phy-bindings.txt in the same directory, must be <0>.
   14 
   15 Example (R-Car V3H):
   16 
   17         pcie-phy@e65d0000 {
   18                 compatible = "renesas,r8a77980-pcie-phy";
   19                 reg = <0 0xe65d0000 0 0x8000>;
   20                 #phy-cells = <0>;
   21                 clocks = <&cpg CPG_MOD 319>;
   22                 power-domains = <&sysc 32>;
   23                 resets = <&cpg 319>;
   24         };

Cache object: 6c66b9b47f74b17438e9427d5828a260


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