1 Hisilicon hix5hd2 SATA PHY 1 Hisilicon hix5hd2 SATA PHY 2 ----------------------- 2 ----------------------- 3 3 4 Required properties: 4 Required properties: 5 - compatible: should be "hisilicon,hix5hd2-sat 5 - compatible: should be "hisilicon,hix5hd2-sata-phy" 6 - reg: offset and length of the PHY registers 6 - reg: offset and length of the PHY registers 7 - #phy-cells: must be 0 7 - #phy-cells: must be 0 8 Refer to phy/phy-bindings.txt for the generic 8 Refer to phy/phy-bindings.txt for the generic PHY binding properties 9 9 10 Optional Properties: 10 Optional Properties: 11 - hisilicon,peripheral-syscon: phandle of sysc 11 - hisilicon,peripheral-syscon: phandle of syscon used to control peripheral. 12 - hisilicon,power-reg: offset and bit number w 12 - hisilicon,power-reg: offset and bit number within peripheral-syscon, 13 register of controlling sata power sup 13 register of controlling sata power supply. 14 14 15 Example: 15 Example: 16 sata_phy: phy@f9900000 { 16 sata_phy: phy@f9900000 { 17 compatible = "hisilicon,hix5hd 17 compatible = "hisilicon,hix5hd2-sata-phy"; 18 reg = <0xf9900000 0x10000>; 18 reg = <0xf9900000 0x10000>; 19 #phy-cells = <0>; 19 #phy-cells = <0>; 20 hisilicon,peripheral-syscon = 20 hisilicon,peripheral-syscon = <&peripheral_ctrl>; 21 hisilicon,power-reg = <0x8 10> 21 hisilicon,power-reg = <0x8 10>; 22 }; 22 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.