Merge tag 'ktest-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / ata / tegra-sata.txt
1 Tegra124 SoC SATA AHCI controller
2
3 Required properties :
4 - compatible : "nvidia,tegra124-ahci".
5 - reg : Should contain 2 entries:
6   - AHCI register set (SATA BAR5)
7   - SATA register set
8 - interrupts : Defines the interrupt used by SATA
9 - clocks : Must contain an entry for each entry in clock-names.
10   See ../clocks/clock-bindings.txt for details.
11 - clock-names : Must include the following entries:
12   - sata
13   - sata-oob
14   - cml1
15   - pll_e
16 - resets : Must contain an entry for each entry in reset-names.
17   See ../reset/reset.txt for details.
18 - reset-names : Must include the following entries:
19   - sata
20   - sata-oob
21   - sata-cold
22 - phys : Must contain an entry for each entry in phy-names.
23   See ../phy/phy-bindings.txt for details.
24 - phy-names : Must include the following entries:
25   - sata-phy : XUSB PADCTL SATA PHY
26 - hvdd-supply : Defines the SATA HVDD regulator
27 - vddio-supply : Defines the SATA VDDIO regulator
28 - avdd-supply : Defines the SATA AVDD regulator
29 - target-5v-supply : Defines the SATA 5V power regulator
30 - target-12v-supply : Defines the SATA 12V power regulator