Back to home page

OSCL-LXR

 
 

    


0001 Hisilicon hix5hd2 SATA PHY
0002 -----------------------
0003 
0004 Required properties:
0005 - compatible: should be "hisilicon,hix5hd2-sata-phy"
0006 - reg: offset and length of the PHY registers
0007 - #phy-cells: must be 0
0008 Refer to phy/phy-bindings.txt for the generic PHY binding properties
0009 
0010 Optional Properties:
0011 - hisilicon,peripheral-syscon: phandle of syscon used to control peripheral.
0012 - hisilicon,power-reg: offset and bit number within peripheral-syscon,
0013         register of controlling sata power supply.
0014 
0015 Example:
0016         sata_phy: phy@f9900000 {
0017                 compatible = "hisilicon,hix5hd2-sata-phy";
0018                 reg = <0xf9900000 0x10000>;
0019                 #phy-cells = <0>;
0020                 hisilicon,peripheral-syscon = <&peripheral_ctrl>;
0021                 hisilicon,power-reg = <0x8 10>;
0022         };