arm64: tegra: Enable bluetooth on P3310

The p3310 som contains a BCM4354 module with bluetooth on uart.

Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
This commit is contained in:
Aaron Kling
2025-04-26 16:00:21 -05:00
committed by Thomas Makin
parent 30d99c8fd7
commit 3549513b0d

View File

@@ -21,6 +21,7 @@
mmc1 = "/mmc@3400000";
mmc2 = "/mmc@3440000";
serial0 = &uarta;
serial3 = &uartd;
};
chosen {
@@ -85,6 +86,24 @@
status = "okay";
};
serial@3130000 {
/delete-property/ reg-shift;
status = "okay";
compatible = "nvidia,tegra30-hsuart";
reset-names = "serial";
bluetooth {
compatible = "brcm,bcm43540-bt";
device-wakeup-gpios = <&gpio TEGRA186_MAIN_GPIO(Y, 4) GPIO_ACTIVE_HIGH>;
shutdown-gpios = <&gpio TEGRA186_MAIN_GPIO(H, 5) GPIO_ACTIVE_HIGH>;
interrupt-parent = <&gpio_aon>;
interrupts = <TEGRA186_AON_GPIO(FF, 4) IRQ_TYPE_LEVEL_LOW>;
interrupt-names = "host-wakeup";
vbat-supply = <&vdd_5v0_sys>;
vddio-supply = <&vdd_1v8>;
};
};
i2c@3160000 {
status = "okay";