exynos-sata-phy.txt 446 B

1234567891011121314
  1. * Samsung SATA PHY Controller
  2. SATA PHY nodes are defined to describe on-chip SATA Physical layer controllers.
  3. Each SATA PHY controller should have its own node.
  4. Required properties:
  5. - compatible : compatible list, contains "samsung,exynos5-sata-phy"
  6. - reg : <registers mapping>
  7. Example:
  8. sata@ffe07000 {
  9. compatible = "samsung,exynos5-sata-phy";
  10. reg = <0xffe07000 0x1000>;
  11. };