ARM: dts: add dts node for the ahci sata exynos5440
authorGirish K S <ks.giri@samsung.com>
Mon, 10 Jun 2013 08:29:34 +0000 (17:29 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 11 Jun 2013 19:54:47 +0000 (04:54 +0900)
This patch adds dts support for the sata controller

Signed-off-by: Girish K S <ks.giri@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos5440.dtsi

index 93e9028edaafc015ed9dcc88e7553c5f07d836e6..871ebad7bcbd27049d6445b3cd3d37c184702259 100644 (file)
                clocks = <&clock 21>;
                clock-names = "rtc";
        };
+
+       sata@210000 {
+               compatible = "snps,exynos5440-ahci";
+               reg = <0x210000 0x10000>;
+               interrupts = <0 30 0>;
+               clocks = <&clock 23>;
+               clock-names = "sata";
+       };
+
 };
This page took 0.026529 seconds and 5 git commands to generate.