tegra-sata.txt 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. Tegra124 SoC SATA AHCI controller
  2. Required properties :
  3. - compatible : For Tegra124, must contain "nvidia,tegra124-ahci". Otherwise,
  4. must contain '"nvidia,<chip>-ahci", "nvidia,tegra124-ahci"', where <chip>
  5. is tegra132.
  6. - reg : Should contain 2 entries:
  7. - AHCI register set (SATA BAR5)
  8. - SATA register set
  9. - interrupts : Defines the interrupt used by SATA
  10. - clocks : Must contain an entry for each entry in clock-names.
  11. See ../clocks/clock-bindings.txt for details.
  12. - clock-names : Must include the following entries:
  13. - sata
  14. - sata-oob
  15. - cml1
  16. - pll_e
  17. - resets : Must contain an entry for each entry in reset-names.
  18. See ../reset/reset.txt for details.
  19. - reset-names : Must include the following entries:
  20. - sata
  21. - sata-oob
  22. - sata-cold
  23. - phys : Must contain an entry for each entry in phy-names.
  24. See ../phy/phy-bindings.txt for details.
  25. - phy-names : Must include the following entries:
  26. - sata-phy : XUSB PADCTL SATA PHY
  27. - hvdd-supply : Defines the SATA HVDD regulator
  28. - vddio-supply : Defines the SATA VDDIO regulator
  29. - avdd-supply : Defines the SATA AVDD regulator
  30. - target-5v-supply : Defines the SATA 5V power regulator
  31. - target-12v-supply : Defines the SATA 12V power regulator