From: Huang Shijie Date: Mon, 8 Jul 2013 09:14:22 +0000 (+0800) Subject: ARM: dts: enable the uart2 for imx6q-arm2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5976c5932dc0a3bb684895ccd6cb41653650c2a8;p=karo-tx-linux.git 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: Huang Shijie Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6q-arm2.dts b/arch/arm/boot/dts/imx6q-arm2.dts index 4aff3f680a46..e3509421bbe7 100644 --- a/arch/arm/boot/dts/imx6q-arm2.dts +++ b/arch/arm/boot/dts/imx6q-arm2.dts @@ -94,6 +94,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>;