From: Sherry Sun Date: Tue, 20 Jan 2026 02:52:05 +0000 (+0800) Subject: arm64: dts: imx93-14x14-evk: enable lpuart5 for Bluetooth X-Git-Tag: v7.1-rc1~125^2~11^2~126 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=722094c436d6e393ca16441da9642eb61d102145;p=thirdparty%2Fkernel%2Flinux.git arm64: dts: imx93-14x14-evk: enable lpuart5 for Bluetooth Enable lpuart5 for Bluetooth support. Signed-off-by: Sherry Sun Reviewed-by: Frank Li Signed-off-by: Frank Li --- diff --git a/arch/arm64/boot/dts/freescale/imx93-14x14-evk.dts b/arch/arm64/boot/dts/freescale/imx93-14x14-evk.dts index 61843b2c1b1b8..ec78c03f4788b 100644 --- a/arch/arm64/boot/dts/freescale/imx93-14x14-evk.dts +++ b/arch/arm64/boot/dts/freescale/imx93-14x14-evk.dts @@ -25,6 +25,7 @@ mmc1 = &usdhc2; rtc0 = &bbnsm_rtc; serial0 = &lpuart1; + serial4 = &lpuart5; }; bt_sco_codec: bt-sco-codec { @@ -400,6 +401,17 @@ status = "okay"; }; +&lpuart5 { + /* BT */ + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_uart5>; + status = "okay"; + + bluetooth { + compatible = "nxp,88w8987-bt"; + }; +}; + &mu1 { status = "okay"; };