Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a12f52e authored by Girish K S's avatar Girish K S Committed by Kukjin Kim
Browse files

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



This patch adds dts support for the sata controller

Signed-off-by: default avatarGirish K S <ks.giri@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 52e870ef
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -215,4 +215,13 @@
		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";
	};

};