diff options
author | Huang Shijie <b32955@freescale.com> | 2014-03-25 03:45:32 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:58:08 -0400 |
commit | 80c655de716b2d68933c0509fb821a53615c45e4 (patch) | |
tree | dd6619c4ba7cb706450456ac2d5afb4641b133b7 /arch/arm/boot | |
parent | c684aafd5d4be15080e9f491bcf8205ee5c66224 (diff) |
ENGR00305106-3 ARM: dts: imx6sx-sdb: enable the uart5
enable the uart5 for Bluetooth.
Signed-off-by: Huang Shijie <b32955@freescale.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx6sx-sdb.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb.dts b/arch/arm/boot/dts/imx6sx-sdb.dts index 2887a643f553..4e83f02d842f 100644 --- a/arch/arm/boot/dts/imx6sx-sdb.dts +++ b/arch/arm/boot/dts/imx6sx-sdb.dts | |||
@@ -384,6 +384,13 @@ | |||
384 | status = "okay"; | 384 | status = "okay"; |
385 | }; | 385 | }; |
386 | 386 | ||
387 | &uart5 { /* for bluetooth */ | ||
388 | pinctrl-names = "default"; | ||
389 | pinctrl-0 = <&pinctrl_uart5_1>; | ||
390 | fsl,uart-has-rtscts; | ||
391 | status = "okay"; | ||
392 | }; | ||
393 | |||
387 | &usdhc2 { | 394 | &usdhc2 { |
388 | pinctrl-names = "default"; | 395 | pinctrl-names = "default"; |
389 | pinctrl-0 = <&pinctrl_usdhc2_1>; | 396 | pinctrl-0 = <&pinctrl_usdhc2_1>; |