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/hix5hd2-phy.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 Hisilicon hix5hd2 SATA PHY
    2 -----------------------
    3 
    4 Required properties:
    5 - compatible: should be "hisilicon,hix5hd2-sata-phy"
    6 - reg: offset and length of the PHY registers
    7 - #phy-cells: must be 0
    8 Refer to phy/phy-bindings.txt for the generic PHY binding properties
    9 
   10 Optional Properties:
   11 - hisilicon,peripheral-syscon: phandle of syscon used to control peripheral.
   12 - hisilicon,power-reg: offset and bit number within peripheral-syscon,
   13         register of controlling sata power supply.
   14 
   15 Example:
   16         sata_phy: phy@f9900000 {
   17                 compatible = "hisilicon,hix5hd2-sata-phy";
   18                 reg = <0xf9900000 0x10000>;
   19                 #phy-cells = <0>;
   20                 hisilicon,peripheral-syscon = <&peripheral_ctrl>;
   21                 hisilicon,power-reg = <0x8 10>;
   22         };

Cache object: b0830dbc7cb62a670bc85d70f8d4b15d


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