libahci_platform: add host_flags parameter in ahci_platform_init_host()
[deliverable/linux.git] / Documentation / devicetree / bindings / ata / ahci-platform.txt
CommitLineData
5f098a3e 1* AHCI SATA Controller
02aac316
RH
2
3SATA nodes are defined to describe on-chip Serial ATA controllers.
4Each SATA controller should have its own node.
5
6Required properties:
5799d6d4
TP
7- compatible : compatible string, one of:
8 - "allwinner,sun4i-a10-ahci"
9 - "fsl,imx53-ahci"
10 - "fsl,imx6q-ahci"
11 - "ibm,476gtr-ahci"
a3464ed2 12 - "marvell,armada-380-ahci"
5799d6d4
TP
13 - "snps,dwc-ahci"
14 - "snps,exynos5440-ahci"
15 - "snps,spear-ahci"
02aac316
RH
16- interrupts : <interrupt mapping for SATA IRQ>
17- reg : <registers mapping>
18
8996b89d 19Optional properties:
1dc737c4 20- dma-coherent : Present if dma operations are coherent
156c5887 21- clocks : a list of phandle + clock specifier pairs
4b3e603a 22- target-supply : regulator for SATA target power
8996b89d 23
90870d79
HG
24"fsl,imx53-ahci", "fsl,imx6q-ahci" required properties:
25- clocks : must contain the sata, sata_ref and ahb clocks
26- clock-names : must contain "ahb" for the ahb clock
27
c5754b52 28Examples:
02aac316 29 sata@ffe08000 {
91c20950
ML
30 compatible = "snps,spear-ahci";
31 reg = <0xffe08000 0x1000>;
32 interrupts = <115>;
02aac316 33 };
c5754b52
OS
34
35 ahci: sata@01c18000 {
36 compatible = "allwinner,sun4i-a10-ahci";
37 reg = <0x01c18000 0x1000>;
38 interrupts = <56>;
39 clocks = <&pll6 0>, <&ahb_gates 25>;
40 target-supply = <&reg_ahci_5v>;
41 };
This page took 0.127324 seconds and 5 git commands to generate.