diff options
author | Girish K S <ks.giri@samsung.com> | 2013-06-10 04:29:34 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-06-11 15:54:47 -0400 |
commit | 1a12f52e3d751043a88d4bf365822a0e0788f1b0 (patch) | |
tree | 54aeb57d21fc7c49b0770d1260761ffce93d27d4 /arch | |
parent | 52e870efc159ca033ebe549ea705338499b8ef0d (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/exynos5440.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi index 93e9028edaaf..871ebad7bcbd 100644 --- a/arch/arm/boot/dts/exynos5440.dtsi +++ b/arch/arm/boot/dts/exynos5440.dtsi | |||
@@ -215,4 +215,13 @@ | |||
215 | clocks = <&clock 21>; | 215 | clocks = <&clock 21>; |
216 | clock-names = "rtc"; | 216 | clock-names = "rtc"; |
217 | }; | 217 | }; |
218 | |||
219 | sata@210000 { | ||
220 | compatible = "snps,exynos5440-ahci"; | ||
221 | reg = <0x210000 0x10000>; | ||
222 | interrupts = <0 30 0>; | ||
223 | clocks = <&clock 23>; | ||
224 | clock-names = "sata"; | ||
225 | }; | ||
226 | |||
218 | }; | 227 | }; |