0001 Qualcomm IPQ806x SATA PHY Controller
0002 ------------------------------------
0003
0004 SATA PHY nodes are defined to describe on-chip SATA Physical layer controllers.
0005 Each SATA PHY controller should have its own node.
0006
0007 Required properties:
0008 - compatible: compatible list, contains "qcom,ipq806x-sata-phy"
0009 - reg: offset and length of the SATA PHY register set;
0010 - #phy-cells: must be zero
0011 - clocks: must be exactly one entry
0012 - clock-names: must be "cfg"
0013
0014 Example:
0015 sata_phy: sata-phy@1b400000 {
0016 compatible = "qcom,ipq806x-sata-phy";
0017 reg = <0x1b400000 0x200>;
0018
0019 clocks = <&gcc SATA_PHY_CFG_CLK>;
0020 clock-names = "cfg";
0021
0022 #phy-cells = <0>;
0023 };