aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAida Mynzhasova <aida.mynzhasova@skitlab.ru>2013-10-23 02:58:57 -0400
committerShawn Guo <shawn.guo@linaro.org>2014-02-09 08:32:12 -0500
commitcd0214c338f5129c8b752d208d472d33257a5559 (patch)
tree9debe2b289d1df82124aea08b6e15231f78605b8
parent675e4d0325464b8b3d8c3e8142cb7a31085479ad (diff)
ARM: dts: mxs: add auart2 pinmux to imx28.dtsi
Add auart2 pins configuration on its main pads Signed-off-by: Aida Mynzhasova <aida.mynzhasova@skitlab.ru> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r--arch/arm/boot/dts/imx28.dtsi13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi
index f8e9b20f6982..08cda0755c48 100644
--- a/arch/arm/boot/dts/imx28.dtsi
+++ b/arch/arm/boot/dts/imx28.dtsi
@@ -343,6 +343,19 @@
343 fsl,pull-up = <MXS_PULL_DISABLE>; 343 fsl,pull-up = <MXS_PULL_DISABLE>;
344 }; 344 };
345 345
346 auart2_pins_a: auart2-pins@0 {
347 reg = <0>;
348 fsl,pinmux-ids = <
349 MX28_PAD_AUART2_RX__AUART2_RX
350 MX28_PAD_AUART2_TX__AUART2_TX
351 MX28_PAD_AUART2_CTS__AUART2_CTS
352 MX28_PAD_AUART2_RTS__AUART2_RTS
353 >;
354 fsl,drive-strength = <MXS_DRIVE_4mA>;
355 fsl,voltage = <MXS_VOLTAGE_HIGH>;
356 fsl,pull-up = <MXS_PULL_DISABLE>;
357 };
358
346 auart3_pins_a: auart3@0 { 359 auart3_pins_a: auart3@0 {
347 reg = <0>; 360 reg = <0>;
348 fsl,pinmux-ids = < 361 fsl,pinmux-ids = <