- reset-names    :   Associated names must be; "pwr-dwn" and "sw-rst"
  - clocks         : The phandle for the clock
  - clock-names    :   Associated name must be; "ahci_clk"
- - phys                   : The phandle for the PHY device
+ - phys                   : The phandle for the PHY port
  - phy-names      :   Associated name must be; "ahci_phy"
 
 Example:
                reg             = <0xfe380000 0x1000>;
                interrupts      = <GIC_SPI 157 IRQ_TYPE_NONE>;
                interrupt-names = "hostc";
-               phys            = <&miphy365x_phy MIPHY_PORT_0 MIPHY_TYPE_SATA>;
+               phys            = <&phy_port0 PHY_TYPE_SATA>;
                phy-names       = "ahci_phy";
                resets          = <&powerdown STIH416_SATA0_POWERDOWN>,
                                  <&softreset STIH416_SATA0_SOFTRESET>;