OSDN Git Service

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 fe9a01d..15014bb 100644 (file)
        status = "okay";
 };
 
+&uart3 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_uart3_2>;
+       fsl,uart-has-rtscts;
+       status = "okay";
+};
+
 &usbh1 {
        status = "okay";
 };