qcom-ipq806x-sata-phy.txt 633 B

1234567891011121314151617181920212223
  1. Qualcomm IPQ806x SATA PHY Controller
  2. ------------------------------------
  3. SATA PHY nodes are defined to describe on-chip SATA Physical layer controllers.
  4. Each SATA PHY controller should have its own node.
  5. Required properties:
  6. - compatible: compatible list, contains "qcom,ipq806x-sata-phy"
  7. - reg: offset and length of the SATA PHY register set;
  8. - #phy-cells: must be zero
  9. - clocks: must be exactly one entry
  10. - clock-names: must be "cfg"
  11. Example:
  12. sata_phy: sata-phy@1b400000 {
  13. compatible = "qcom,ipq806x-sata-phy";
  14. reg = <0x1b400000 0x200>;
  15. clocks = <&gcc SATA_PHY_CFG_CLK>;
  16. clock-names = "cfg";
  17. #phy-cells = <0>;
  18. };