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

Enable lpuart5 for Bluetooth support.

Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
This commit is contained in:
Sherry Sun 2026-01-20 10:52:05 +08:00 committed by Frank Li
parent 5f93cce741
commit 722094c436

View File

@ -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";
};