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