]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: imx8mp-beacon: Enable Bluetooth
authorAdam Ford <aford173@gmail.com>
Sun, 11 Feb 2024 13:11:16 +0000 (07:11 -0600)
committerShawn Guo <shawnguo@kernel.org>
Sun, 25 Feb 2024 03:19:47 +0000 (11:19 +0800)
The imx8mp-beacon SOM has wireless chip supporting Wi-Fi and
Bluetooth shared.  The Wi-Fi is already enabled via the SDIO
interface, so enable the Bluetooth via UART1.

Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-beacon-som.dtsi

index e5da9080478084da704a76198fa50b0feeeab79b..2ec282b91c427e8ee4371b46b97ed47a8c72b83e 100644 (file)
        assigned-clock-parents = <&clk IMX8MP_SYS_PLL1_80M>;
        uart-has-rtscts;
        status = "okay";
+
+       bluetooth {
+               compatible = "nxp,88w8997-bt";
+       };
 };
 
 &usdhc1 {