|
@@ -149,6 +149,15 @@
|
|
|
0x0da (PIN_OUTPUT | MUX_MODE0) /* dss_data23.dss_data23 */
|
|
|
>;
|
|
|
};
|
|
|
+
|
|
|
+ uart2_pins: pinmux_uart2_pins {
|
|
|
+ pinctrl-single,pins = <
|
|
|
+ OMAP3_CORE1_IOPAD(0x2174, PIN_INPUT | MUX_MODE0) /* uart2_cts.uart2_cts */
|
|
|
+ OMAP3_CORE1_IOPAD(0x2176, PIN_OUTPUT | MUX_MODE0) /* uart2_rts .uart2_rts*/
|
|
|
+ OMAP3_CORE1_IOPAD(0x2178, PIN_OUTPUT | MUX_MODE0) /* uart2_tx.uart2_tx */
|
|
|
+ OMAP3_CORE1_IOPAD(0x217a, PIN_INPUT | MUX_MODE0) /* uart2_rx.uart2_rx */
|
|
|
+ >;
|
|
|
+ };
|
|
|
};
|
|
|
|
|
|
&omap3_pmx_core2 {
|
|
@@ -256,6 +265,11 @@
|
|
|
};
|
|
|
};
|
|
|
|
|
|
+&uart2 {
|
|
|
+ pinctrl-names = "default";
|
|
|
+ pinctrl-0 = <&uart2_pins>;
|
|
|
+};
|
|
|
+
|
|
|
&usbhshost {
|
|
|
port1-mode = "ehci-phy";
|
|
|
};
|