IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / ata / exynos-sata.txt
blob0849f1025e3468b0aa6cf945beaa3547d141c15c
1 * Samsung AHCI SATA Controller
3 SATA nodes are defined to describe on-chip Serial ATA controllers.
4 Each SATA controller should have its own node.
6 Required properties:
7 - compatible        : compatible list, contains "samsung,exynos5-sata"
8 - interrupts        : <interrupt mapping for SATA IRQ>
9 - reg               : <registers mapping>
10 - samsung,sata-freq : <frequency in MHz>
12 Example:
13         sata@ffe08000 {
14                 compatible = "samsung,exynos5-sata";
15                 reg = <0xffe08000 0x1000>;
16                 interrupts = <115>;
17         };