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-mvebu.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 * Marvell MVEBU SATA PHY
    2 
    3 Power control for the SATA phy found on Marvell MVEBU SoCs.
    4 
    5 This document extends the binding described in phy-bindings.txt
    6 
    7 Required properties :
    8 
    9  - reg             : Offset and length of the register set for the SATA device
   10  - compatible      : Should be "marvell,mvebu-sata-phy"
   11  - clocks          : phandle of clock and specifier that supplies the device
   12  - clock-names     : Should be "sata"
   13 
   14 Example:
   15                 sata-phy@84000 {
   16                         compatible = "marvell,mvebu-sata-phy";
   17                         reg = <0x84000 0x0334>;
   18                         clocks = <&gate_clk 15>;
   19                         clock-names = "sata";
   20                         #phy-cells = <0>;
   21                 };
   22 
   23 Armada 375 USB cluster
   24 ----------------------
   25 
   26 Armada 375 comes with an USB2 host and device controller and an USB3
   27 controller. The USB cluster control register allows to manage common
   28 features of both USB controllers.
   29 
   30 Required properties:
   31 
   32 - compatible: "marvell,armada-375-usb-cluster"
   33 - reg: Should contain usb cluster register location and length.
   34 - #phy-cells : from the generic phy bindings, must be 1. Possible
   35 values are 1 (USB2), 2 (USB3).
   36 
   37 Example:
   38                 usbcluster: usb-cluster@18400 {
   39                         compatible = "marvell,armada-375-usb-cluster";
   40                         reg = <0x18400 0x4>;
   41                         #phy-cells = <1>
   42                 };

Cache object: f58cb3370752835c42bf0b1ca70350ee


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