aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx28.dtsi
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2012-06-27 04:18:11 -0400
committerShawn Guo <shawn.guo@linaro.org>2012-07-03 01:22:35 -0400
commit8385e7c1db749f526e04854b48c12f1bd079b65e (patch)
treec58521e821bcd4377573bd3838c1f95633b7e9e6 /arch/arm/boot/dts/imx28.dtsi
parent5653acc24c13e8b272e16a194b26465330753118 (diff)
ARM: dts: imx28: Add additionnal muxing options to iMX28 DTSI
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>
Diffstat (limited to 'arch/arm/boot/dts/imx28.dtsi')
-rw-r--r--arch/arm/boot/dts/imx28.dtsi17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi
index ee3778ae14d7..65d6a5309785 100644
--- a/arch/arm/boot/dts/imx28.dtsi
+++ b/arch/arm/boot/dts/imx28.dtsi
@@ -172,6 +172,14 @@
172 fsl,pull-up = <0>; 172 fsl,pull-up = <0>;
173 }; 173 };
174 174
175 duart_pins_b: duart@1 {
176 reg = <1>;
177 fsl,pinmux-ids = <0x3022 0x3032>;
178 fsl,drive-strength = <0>;
179 fsl,voltage = <1>;
180 fsl,pull-up = <0>;
181 };
182
175 gpmi_pins_a: gpmi-nand@0 { 183 gpmi_pins_a: gpmi-nand@0 {
176 reg = <0>; 184 reg = <0>;
177 fsl,pinmux-ids = <0x0000 0x0010 0x0020 185 fsl,pinmux-ids = <0x0000 0x0010 0x0020
@@ -234,6 +242,15 @@
234 fsl,pull-up = <1>; 242 fsl,pull-up = <1>;
235 }; 243 };
236 244
245 mmc0_4bit_pins_a: mmc0-4bit@0 {
246 reg = <0>;
247 fsl,pinmux-ids = <0x2000 0x2010 0x2020
248 0x2030 0x2080 0x2090 0x20a0>;
249 fsl,drive-strength = <1>;
250 fsl,voltage = <1>;
251 fsl,pull-up = <1>;
252 };
253
237 mmc0_cd_cfg: mmc0-cd-cfg { 254 mmc0_cd_cfg: mmc0-cd-cfg {
238 fsl,pinmux-ids = <0x2090>; 255 fsl,pinmux-ids = <0x2090>;
239 fsl,pull-up = <0>; 256 fsl,pull-up = <0>;