Skip to content

Commit fc910b8

Browse files
MrVanShawn Guo
authored andcommitted
arm64: dts: imx952-evk: Enable UART5
Enable UART5 for using Bluetooth. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent b7f2743 commit fc910b8

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

arch/arm64/boot/dts/freescale/imx952-evk.dts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
mmc0 = &usdhc1;
2929
mmc1 = &usdhc2;
3030
serial0 = &lpuart1;
31+
serial4 = &lpuart5;
3132
};
3233

3334
chosen {
@@ -199,6 +200,17 @@
199200
status = "okay";
200201
};
201202

203+
&lpuart5 {
204+
/* BT */
205+
pinctrl-names = "default";
206+
pinctrl-0 = <&pinctrl_uart5>;
207+
status = "okay";
208+
209+
bluetooth {
210+
compatible = "nxp,88w8987-bt";
211+
};
212+
};
213+
202214
&usdhc1 {
203215
pinctrl-names = "default", "state_100mhz", "state_200mhz", "sleep";
204216
pinctrl-0 = <&pinctrl_usdhc1>;
@@ -291,6 +303,15 @@
291303
>;
292304
};
293305

306+
pinctrl_uart5: uart5grp {
307+
fsl,pins = <
308+
IMX952_PAD_DAP_TDO_TRACESWO__WAKEUPMIX_TOP_LPUART5_TX 0x31e
309+
IMX952_PAD_DAP_TDI__WAKEUPMIX_TOP_LPUART5_RX 0x31e
310+
IMX952_PAD_DAP_TMS_SWDIO__WAKEUPMIX_TOP_LPUART5_RTS_B 0x31e
311+
IMX952_PAD_DAP_TCLK_SWCLK__WAKEUPMIX_TOP_LPUART5_CTS_B 0x31e
312+
>;
313+
};
314+
294315
pinctrl_usdhc1: usdhc1grp {
295316
fsl,pins = <
296317
IMX952_PAD_SD1_CLK__WAKEUPMIX_TOP_USDHC1_CLK 0x158e

0 commit comments

Comments
 (0)