]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/blob - Documentation/devicetree/bindings/ata/exynos-sata.txt
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[android-sdk/kernel-video.git] / Documentation / devicetree / bindings / ata / exynos-sata.txt
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         };