Commit cd0214c3 authored by Aida Mynzhasova's avatar Aida Mynzhasova Committed by Shawn Guo

ARM: dts: mxs: add auart2 pinmux to imx28.dtsi

Add auart2 pins configuration on its main pads
Signed-off-by: default avatarAida Mynzhasova <aida.mynzhasova@skitlab.ru>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 675e4d03
......@@ -343,6 +343,19 @@ MX28_PAD_AUART2_TX__AUART2_TX
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 = <
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment