ARM: dts: add dts node for the ahci sata exynos5440

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>
This commit is contained in:
Girish K S 2013-06-10 17:29:34 +09:00 committed by Kukjin Kim
parent 52e870efc1
commit 1a12f52e3d

View file

@ -215,4 +215,13 @@ rtc {
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";
};
};