ARM: dts: imx6dl-wandboard: Add support for UART3
authorFabio Estevam <fabio.estevam@freescale.com>
Fri, 12 Jul 2013 12:49:33 +0000 (09:49 -0300)
committerShawn Guo <shawn.guo@linaro.org>
Thu, 22 Aug 2013 15:29:21 +0000 (23:29 +0800)
Wandboard has a bluetooth device connected to UART3, so add support for it.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx6dl-wandboard.dts

index fe9a01d01538ece823ef8354d2d7166d746cc525..15014bb50673164febed1e5a5c34db9da2352c4a 100644 (file)
        status = "okay";
 };
 
+&uart3 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_uart3_2>;
+       fsl,uart-has-rtscts;
+       status = "okay";
+};
+
 &usbh1 {
        status = "okay";
 };