[PATCH] arm64: dts: imx93-14x14-evk: enable lpuart5 for Bluetooth

Sherry Sun posted 1 patch 2 weeks, 4 days ago
arch/arm64/boot/dts/freescale/imx93-14x14-evk.dts | 12 ++++++++++++
1 file changed, 12 insertions(+)
[PATCH] arm64: dts: imx93-14x14-evk: enable lpuart5 for Bluetooth
Posted by Sherry Sun 2 weeks, 4 days ago
Enable lpuart5 for Bluetooth support.

Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx93-14x14-evk.dts | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/imx93-14x14-evk.dts b/arch/arm64/boot/dts/freescale/imx93-14x14-evk.dts
index 61843b2c1b1b..ec78c03f4788 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 @@ aliases {
 		mmc1 = &usdhc2;
 		rtc0 = &bbnsm_rtc;
 		serial0 = &lpuart1;
+		serial4 = &lpuart5;
 	};
 
 	bt_sco_codec: bt-sco-codec {
@@ -400,6 +401,17 @@ &lpuart1 { /* console */
 	status = "okay";
 };
 
+&lpuart5 {
+	/* BT */
+	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_uart5>;
+	status = "okay";
+
+	bluetooth {
+		compatible = "nxp,88w8987-bt";
+	};
+};
+
 &mu1 {
 	status = "okay";
 };
-- 
2.37.1
Re: [PATCH] arm64: dts: imx93-14x14-evk: enable lpuart5 for Bluetooth
Posted by Frank Li 2 weeks, 3 days ago
On Tue, Jan 20, 2026 at 10:52:05AM +0800, Sherry Sun wrote:
> Enable lpuart5 for Bluetooth support.
>
> Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
> ---
Reviewed-by: Frank Li <Frank.Li@nxp.com>
>  arch/arm64/boot/dts/freescale/imx93-14x14-evk.dts | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx93-14x14-evk.dts b/arch/arm64/boot/dts/freescale/imx93-14x14-evk.dts
> index 61843b2c1b1b..ec78c03f4788 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 @@ aliases {
>  		mmc1 = &usdhc2;
>  		rtc0 = &bbnsm_rtc;
>  		serial0 = &lpuart1;
> +		serial4 = &lpuart5;
>  	};
>
>  	bt_sco_codec: bt-sco-codec {
> @@ -400,6 +401,17 @@ &lpuart1 { /* console */
>  	status = "okay";
>  };
>
> +&lpuart5 {
> +	/* BT */
> +	pinctrl-names = "default";
> +	pinctrl-0 = <&pinctrl_uart5>;
> +	status = "okay";
> +
> +	bluetooth {
> +		compatible = "nxp,88w8987-bt";
> +	};
> +};
> +
>  &mu1 {
>  	status = "okay";
>  };
> --
> 2.37.1
>