1* Samsung SATA PHY Controller 2 3SATA PHY nodes are defined to describe on-chip SATA Physical layer controllers. 4Each SATA PHY controller should have its own node. 5 6Required properties: 7- compatible : compatible list, contains "samsung,exynos5-sata-phy" 8- reg : <registers mapping> 9 10Example: 11 sata@ffe07000 { 12 compatible = "samsung,exynos5-sata-phy"; 13 reg = <0xffe07000 0x1000>; 14 }; 15