MLK-14373-1: ARM: dts: Enable Bluetooth interface for imx6sl-evk
authorTiberiu Breana <andrei-tiberiu.breana@nxp.com>
Wed, 8 Mar 2017 10:02:35 +0000 (12:02 +0200)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:21:35 +0000 (15:21 -0500)
Enable the Bluetooth interface for i.MX 6SoloLite EVK.

Signed-off-by: xlin <xlin@murata.com>
Signed-off-by: Tiberiu Breana <andrei-tiberiu.breana@nxp.com>
arch/arm/boot/dts/imx6sl-evk-btwifi.dts

index b740c81..cd05925 100644 (file)
                };
        };
 };
+/* Murata: declare UART4 interface for Bluetooth. */
+&uart4 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_uart4_1>;
+       fsl,uart-has-rtscts;
+       status = "okay";
+       /* for DTE mode, add below change */
+       /* fsl,dte-mode; */
+       /* pinctrl-0 = <&pinctrl_uart4dte_1>; */
+};
+
+&pinctrl_uart4_1 {
+       fsl,pins = <
+               MX6SL_PAD_SD3_DAT3__GPIO5_IO17          0x13069 /* BT_REG_ON */
+       >;
+};
 
 &usdhc1 {
        pinctrl-names = "default";