ARM: mx28: add auart2 2 pins pinmux to imx28.dtsi
authorEric Bénard <eric@eukrea.com>
Mon, 8 Apr 2013 12:57:31 +0000 (14:57 +0200)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 17 Jun 2013 07:43:28 +0000 (15:43 +0800)
Add auart2 2 pins configuration on its main pads

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx28.dtsi

index 0a265f3da0378e1ea0329c8703f2edf113988cf2..c39abe3f388f63f2e1e6d56417b3952dc064d752 100644 (file)
                                        fsl,pull-up = <0>;
                                };
 
+                               auart2_2pins_b: auart2-2pins@1 {
+                                       reg = <1>;
+                                       fsl,pinmux-ids = <
+                                               0x3080 /* MX28_PAD_AUART2_RX__AUART2_RX */
+                                               0x3090 /* MX28_PAD_AUART2_TX__AUART2_TX */
+                                       >;
+                                       fsl,drive-strength = <0>;
+                                       fsl,voltage = <1>;
+                                       fsl,pull-up = <0>;
+                               };
+
                                auart3_pins_a: auart3@0 {
                                        reg = <0>;
                                        fsl,pinmux-ids = <
This page took 0.027066 seconds and 5 git commands to generate.