diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-07-12 08:49:33 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-22 11:29:21 -0400 |
commit | 4debd068a54aa6b06aa76ae2e26883a1cf4328a2 (patch) | |
tree | af0b09caff9becdeb0225ea133fbb1b71bbf77ae | |
parent | c3cb6b6b1a88d42469d1ec4c72d12eb1ba7a3ec7 (diff) |
ARM: dts: imx6dl-wandboard: Add support for UART3
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>
-rw-r--r-- | arch/arm/boot/dts/imx6dl-wandboard.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl-wandboard.dts b/arch/arm/boot/dts/imx6dl-wandboard.dts index fe9a01d01538..15014bb50673 100644 --- a/arch/arm/boot/dts/imx6dl-wandboard.dts +++ b/arch/arm/boot/dts/imx6dl-wandboard.dts | |||
@@ -108,6 +108,13 @@ | |||
108 | status = "okay"; | 108 | status = "okay"; |
109 | }; | 109 | }; |
110 | 110 | ||
111 | &uart3 { | ||
112 | pinctrl-names = "default"; | ||
113 | pinctrl-0 = <&pinctrl_uart3_2>; | ||
114 | fsl,uart-has-rtscts; | ||
115 | status = "okay"; | ||
116 | }; | ||
117 | |||
111 | &usbh1 { | 118 | &usbh1 { |
112 | status = "okay"; | 119 | status = "okay"; |
113 | }; | 120 | }; |