Skip to content

Commit

Permalink
ARM: dts: mxs: add auart2 pinmux to imx28.dtsi
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Aida Mynzhasova authored and Shawn Guo committed Feb 9, 2014
1 parent 675e4d0 commit cd0214c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions arch/arm/boot/dts/imx28.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,19 @@
fsl,pull-up = <MXS_PULL_DISABLE>;
};

auart2_pins_a: auart2-pins@0 {
reg = <0>;
fsl,pinmux-ids = <
MX28_PAD_AUART2_RX__AUART2_RX
MX28_PAD_AUART2_TX__AUART2_TX
MX28_PAD_AUART2_CTS__AUART2_CTS
MX28_PAD_AUART2_RTS__AUART2_RTS
>;
fsl,drive-strength = <MXS_DRIVE_4mA>;
fsl,voltage = <MXS_VOLTAGE_HIGH>;
fsl,pull-up = <MXS_PULL_DISABLE>;
};

auart3_pins_a: auart3@0 {
reg = <0>;
fsl,pinmux-ids = <
Expand Down

0 comments on commit cd0214c

Please sign in to comment.