diff options
Diffstat (limited to 'Documentation/devicetree/bindings/ata/tegra-sata.txt')
-rw-r--r-- | Documentation/devicetree/bindings/ata/tegra-sata.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/ata/tegra-sata.txt b/Documentation/devicetree/bindings/ata/tegra-sata.txt new file mode 100644 index 000000000000..946f2072570b --- /dev/null +++ b/Documentation/devicetree/bindings/ata/tegra-sata.txt | |||
@@ -0,0 +1,30 @@ | |||
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 | ||