[PATCH 6/7] arm/dts: babbage: add device nodes for esdhc

Shawn Guo shawn.guo at linaro.org
Tue Mar 15 01:25:58 EST 2011


Signed-off-by: Shawn Guo <shawn.guo at linaro.org>
---
 arch/arm/boot/dts/babbage.dts |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/babbage.dts b/arch/arm/boot/dts/babbage.dts
index 378cd7d..d1824ab 100644
--- a/arch/arm/boot/dts/babbage.dts
+++ b/arch/arm/boot/dts/babbage.dts
@@ -572,6 +572,20 @@
 		compatible = "simple-bus";
 		ranges = <0x0 0x70000000 0x100000>;
 
+		sdhci at 4000 {
+			compatible = "fsl,imx-esdhc", "fsl,esdhc";
+			reg = <0x4000 0x4000>;
+			interrupts = <1>;
+			bus-clock = <&esdhc1_clk>, "esdhc";
+		};
+
+		sdhci at 8000 {
+			compatible = "fsl,imx-esdhc", "fsl,esdhc";
+			reg = <0x8000 0x4000>;
+			interrupts = <2>;
+			bus-clock = <&esdhc2_clk>, "esdhc";
+		};
+
 		imx-uart at c000 {
 			compatible = "fsl,imx51-uart";
 			reg = <0xc000 0x1000>;
-- 
1.7.1



More information about the devicetree-discuss mailing list