ARM: dts: enable the uart2 for imx6q-arm2
authorHuang Shijie <b32955@freescale.com>
Mon, 8 Jul 2013 09:14:22 +0000 (17:14 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Thu, 22 Aug 2013 15:29:09 +0000 (23:29 +0800)
enable the uart2 for imx6q-arm2 board.
The uart2 works in the DTE mode, with the RTS/CTS and DMA enabled.

Signed-off-by: Huang Shijie <b32955@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx6q-arm2.dts

index 4e54fde..e7e3b56 100644 (file)
        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>;