ARM: dts: imx28: Add additionnal muxing options to iMX28 DTSI
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 27 Jun 2012 08:18:11 +0000 (10:18 +0200)
committerShawn Guo <shawn.guo@linaro.org>
Tue, 3 Jul 2012 05:22:35 +0000 (13:22 +0800)
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: Brian Lily <brian@crystalfontz.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx28.dtsi

index ee3778ae14d74225337786f1212d25fb323764e0..65d6a530978524d16db753e75874f2a22e625b7d 100644 (file)
                                        fsl,pull-up = <0>;
                                };
 
+                               duart_pins_b: duart@1 {
+                                       reg = <1>;
+                                       fsl,pinmux-ids = <0x3022 0x3032>;
+                                       fsl,drive-strength = <0>;
+                                       fsl,voltage = <1>;
+                                       fsl,pull-up = <0>;
+                               };
+
                                gpmi_pins_a: gpmi-nand@0 {
                                        reg = <0>;
                                        fsl,pinmux-ids = <0x0000 0x0010 0x0020
                                        fsl,pull-up = <1>;
                                };
 
+                               mmc0_4bit_pins_a: mmc0-4bit@0 {
+                                       reg = <0>;
+                                       fsl,pinmux-ids = <0x2000 0x2010 0x2020
+                                               0x2030 0x2080 0x2090 0x20a0>;
+                                       fsl,drive-strength = <1>;
+                                       fsl,voltage = <1>;
+                                       fsl,pull-up = <1>;
+                               };
+
                                mmc0_cd_cfg: mmc0-cd-cfg {
                                        fsl,pinmux-ids = <0x2090>;
                                        fsl,pull-up = <0>;
This page took 0.026181 seconds and 5 git commands to generate.