From 0455ca103d7a88b1266443e8f8d7988fa631f5ff Mon Sep 17 00:00:00 2001 From: Aaron Kling Date: Thu, 8 May 2025 23:29:16 -0500 Subject: [PATCH] arm64: tegra: Wire up Bluetooth for P2894 The p2894 product contains a BCM4354 module with bluetooth on uart. Signed-off-by: Aaron Kling --- arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi b/arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi index 991c314163f9..d7cfe7a9c811 100644 --- a/arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi +++ b/arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi @@ -9,6 +9,7 @@ / { aliases { serial0 = &uarta; + serial3 = &uartd; }; chosen { @@ -1331,6 +1332,22 @@ status = "okay"; }; + serial@70006300 { + /delete-property/ reg-shift; + status = "okay"; + compatible = "nvidia,tegra30-hsuart"; + reset-names = "serial"; + + bluetooth { + compatible = "brcm,bcm43540-bt"; + device-wakeup-gpios = <&gpio TEGRA_GPIO(H, 3) GPIO_ACTIVE_HIGH>; + shutdown-gpios = <&gpio TEGRA_GPIO(H, 4) GPIO_ACTIVE_HIGH>; + interrupt-parent = <&gpio>; + interrupts = ; + interrupt-names = "host-wakeup"; + }; + }; + i2c@7000d000 { status = "okay"; clock-frequency = <400000>;