hix5hd2-phy.txt 700 B

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