aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/ata/exynos-sata-phy.txt
blob: 37824fac688e9f033d7a11888deb69239e8a6107 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
* Samsung SATA PHY Controller

SATA PHY nodes are defined to describe on-chip SATA Physical layer controllers.
Each SATA PHY controller should have its own node.

Required properties:
- compatible        : compatible list, contains "samsung,exynos5-sata-phy"
- reg               : <registers mapping>

Example:
        sata@ffe07000 {
                compatible = "samsung,exynos5-sata-phy";
                reg = <0xffe07000 0x1000>;
        };