Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51056d9c authored by Huang Shijie's avatar Huang Shijie Committed by Shawn Guo
Browse files

ARM: dts: enable the uart2 for imx6q-arm2



enable the uart2 for imx6q-arm2 board.
The uart2 works in the DTE mode, with the RTS/CTS and DMA enabled.

Signed-off-by: default avatarHuang Shijie <b32955@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent a0bffd0c
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -97,6 +97,16 @@
	status = "okay";
};

&uart2 {
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_uart2_2>;
	fsl,dte-mode;
	fsl,uart-has-rtscts;
	dma-names = "rx", "tx";
	dmas = <&sdma 27 4 0>, <&sdma 28 4 0>;
	status = "okay";
};

&uart4 {
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_uart4_1>;