diff options
author | 2024-02-11 07:11:16 -0600 | |
---|---|---|
committer | 2024-02-25 11:19:47 +0800 | |
commit | 4616ae53801fba4c5d578b28a70e2bf637dc72fe (patch) | |
tree | 8e3dff7f0377319df937f18be32587b565f8b3bc | |
parent | arm64: dts: freescale: minor whitespace cleanup (diff) | |
download | wireguard-linux-4616ae53801fba4c5d578b28a70e2bf637dc72fe.tar.xz wireguard-linux-4616ae53801fba4c5d578b28a70e2bf637dc72fe.zip |
arm64: dts: imx8mp-beacon: Enable Bluetooth
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>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp-beacon-som.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-beacon-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-beacon-som.dtsi index e5da90804780..2ec282b91c42 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-beacon-som.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp-beacon-som.dtsi @@ -206,6 +206,10 @@ assigned-clock-parents = <&clk IMX8MP_SYS_PLL1_80M>; uart-has-rtscts; status = "okay"; + + bluetooth { + compatible = "nxp,88w8997-bt"; + }; }; &usdhc1 { |