]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: imx93-14x14-evk: enable lpuart5 for Bluetooth
authorSherry Sun <sherry.sun@nxp.com>
Tue, 20 Jan 2026 02:52:05 +0000 (10:52 +0800)
committerFrank Li <Frank.Li@nxp.com>
Tue, 24 Feb 2026 16:53:10 +0000 (11:53 -0500)
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>
arch/arm64/boot/dts/freescale/imx93-14x14-evk.dts

index 61843b2c1b1b8f89ebe59c332ccaba41a16ddd9a..ec78c03f4788b8a13d8553d371563b3b621ec266 100644 (file)
@@ -25,6 +25,7 @@
                mmc1 = &usdhc2;
                rtc0 = &bbnsm_rtc;
                serial0 = &lpuart1;
+               serial4 = &lpuart5;
        };
 
        bt_sco_codec: bt-sco-codec {
        status = "okay";
 };
 
+&lpuart5 {
+       /* BT */
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_uart5>;
+       status = "okay";
+
+       bluetooth {
+               compatible = "nxp,88w8987-bt";
+       };
+};
+
 &mu1 {
        status = "okay";
 };