提交 b859c1ef 编写于 作者: K Kevin Hilman 提交者: Benoit Cousson

ARM: dts: OMAP3: beagle/overo: mux console UART, enable wakeup

Ensure the console uart (UART3) on these boards is mux'd correctly, and
IO ring wakeup is enabled.

This is needed for serial console wakeups when using DT boot.

Thanks to Florian Vaussard for suggestion to use preprocessor
features.

Cc: Florian Vaussard <florian.vaussard@epfl.ch>
Signed-off-by: NKevin Hilman <khilman@linaro.org>
Signed-off-by: NBenoit Cousson <benoit.cousson@linaro.org>
上级 ed22fee3
...@@ -126,3 +126,17 @@ ...@@ -126,3 +126,17 @@
mode = <3>; mode = <3>;
power = <50>; power = <50>;
}; };
&omap3_pmx_core {
uart3_pins: pinmux_uart3_pins {
pinctrl-single,pins = <
0x16e (PIN_INPUT | PIN_OFF_WAKEUPENABLE | MUX_MODE0) /* uart3_rx_irrx.uart3_rx_irrx */
0x170 (PIN_OUTPUT | MUX_MODE0) /* uart3_tx_irtx.uart3_tx_irtx OUTPUT | MODE0 */
>;
};
};
&uart3 {
pinctrl-names = "default";
pinctrl-0 = <&uart3_pins>;
};
...@@ -95,6 +95,13 @@ ...@@ -95,6 +95,13 @@
0x1ae (PIN_INPUT_PULLDOWN | MUX_MODE3) /* usbb2_ulpitll_clk.usbb1_ulpiphy_dat7 */ 0x1ae (PIN_INPUT_PULLDOWN | MUX_MODE3) /* usbb2_ulpitll_clk.usbb1_ulpiphy_dat7 */
>; >;
}; };
uart3_pins: pinmux_uart3_pins {
pinctrl-single,pins = <
0x16e (PIN_INPUT | PIN_OFF_WAKEUPENABLE | MUX_MODE0) /* uart3_rx_irrx.uart3_rx_irrx */
0x170 (PIN_OUTPUT | MUX_MODE0) /* uart3_tx_irtx.uart3_tx_irtx */
>;
};
}; };
&i2c1 { &i2c1 {
...@@ -142,3 +149,8 @@ ...@@ -142,3 +149,8 @@
*/ */
ti,pulldowns = <0x03a1c4>; ti,pulldowns = <0x03a1c4>;
}; };
&uart3 {
pinctrl-names = "default";
pinctrl-0 = <&uart3_pins>;
};
...@@ -77,3 +77,17 @@ ...@@ -77,3 +77,17 @@
mode = <3>; mode = <3>;
power = <50>; power = <50>;
}; };
&omap3_pmx_core {
uart3_pins: pinmux_uart3_pins {
pinctrl-single,pins = <
0x16e (PIN_INPUT | PIN_OFF_WAKEUPENABLE | MUX_MODE0) /* uart3_rx_irrx.uart3_rx_irrx */
0x170 (PIN_OUTPUT | MUX_MODE0) /* uart3_tx_irtx.uart3_tx_irtx */
>;
};
};
&uart3 {
pinctrl-names = "default";
pinctrl-0 = <&uart3_pins>;
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册