]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: imx8qm-mek: add lpuart1 and bluetooth node
authorFrank Li <Frank.Li@nxp.com>
Tue, 28 Oct 2025 20:30:44 +0000 (16:30 -0400)
committerShawn Guo <shawnguo@kernel.org>
Sun, 16 Nov 2025 09:45:53 +0000 (17:45 +0800)
Add lpuart1 and bluetooth support.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8qm-mek.dts

index d179a3cffc3f63518fd7469023abe2d693dfed3e..10ee5c05b308217bd0a9e45f310c02b9b41ce703 100644 (file)
        status = "okay";
 };
 
+&lpuart1 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_lpuart1>;
+       status = "okay";
+
+       bluetooth {
+               compatible = "nxp,88w8987-bt";
+       };
+};
+
 &lpuart2 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_lpuart2>;
                >;
        };
 
+       pinctrl_lpuart1: lpuart1grp {
+               fsl,pins = <
+                       IMX8QM_UART1_RX_DMA_UART1_RX                            0x06000020
+                       IMX8QM_UART1_TX_DMA_UART1_TX                            0x06000020
+                       IMX8QM_UART1_CTS_B_DMA_UART1_CTS_B                      0x06000020
+                       IMX8QM_UART1_RTS_B_DMA_UART1_RTS_B                      0x06000020
+               >;
+       };
+
        pinctrl_lpuart2: lpuart2grp {
                fsl,pins = <
                        IMX8QM_UART0_RTS_B_DMA_UART2_RX                         0x06000020