aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2013-06-08 10:39:37 -0400
committerShawn Guo <shawn.guo@linaro.org>2013-06-17 04:04:30 -0400
commit0e7b01aad29f6f64c9ad5685ea3ec6dbe38735fa (patch)
tree6bc268a9b1955bb2e8f3de9a521aea7eb3fd2f8a
parentb858c34fd04b2ebb0e7d6c530eb2ce8f32aac48f (diff)
ARM: dts: i.MX27: Add SDHC devicetree nodes
This patch adds the missing SDHC devicetree nodes for i.MX27 SoCs. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Acked-by: Sascha Hauer <s.hauer@pengutonix.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r--arch/arm/boot/dts/imx27.dtsi33
1 files changed, 33 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi
index 9d65734b146e..587f10c83be6 100644
--- a/arch/arm/boot/dts/imx27.dtsi
+++ b/arch/arm/boot/dts/imx27.dtsi
@@ -178,6 +178,28 @@
178 status = "disabled"; 178 status = "disabled";
179 }; 179 };
180 180
181 sdhci1: sdhci@10013000 {
182 compatible = "fsl,imx27-mmc", "fsl,imx21-mmc";
183 reg = <0x10013000 0x1000>;
184 interrupts = <11>;
185 clocks = <&clks 30>, <&clks 60>;
186 clock-names = "ipg", "per";
187 dmas = <&dma 7>;
188 dma-names = "rx-tx";
189 status = "disabled";
190 };
191
192 sdhci2: sdhci@10014000 {
193 compatible = "fsl,imx27-mmc", "fsl,imx21-mmc";
194 reg = <0x10014000 0x1000>;
195 interrupts = <10>;
196 clocks = <&clks 29>, <&clks 60>;
197 clock-names = "ipg", "per";
198 dmas = <&dma 6>;
199 dma-names = "rx-tx";
200 status = "disabled";
201 };
202
181 gpio1: gpio@10015000 { 203 gpio1: gpio@10015000 {
182 compatible = "fsl,imx27-gpio", "fsl,imx21-gpio"; 204 compatible = "fsl,imx27-gpio", "fsl,imx21-gpio";
183 reg = <0x10015000 0x100>; 205 reg = <0x10015000 0x100>;
@@ -293,6 +315,17 @@
293 status = "disabled"; 315 status = "disabled";
294 }; 316 };
295 317
318 sdhci3: sdhci@1001e000 {
319 compatible = "fsl,imx27-mmc", "fsl,imx21-mmc";
320 reg = <0x1001e000 0x1000>;
321 interrupts = <9>;
322 clocks = <&clks 28>, <&clks 60>;
323 clock-names = "ipg", "per";
324 dmas = <&dma 36>;
325 dma-names = "rx-tx";
326 status = "disabled";
327 };
328
296 gpt6: timer@1001f000 { 329 gpt6: timer@1001f000 {
297 compatible = "fsl,imx27-gpt", "fsl,imx1-gpt"; 330 compatible = "fsl,imx27-gpt", "fsl,imx1-gpt";
298 reg = <0x1001f000 0x1000>; 331 reg = <0x1001f000 0x1000>;