diff --git a/config/boards/orangepi5.conf b/config/boards/orangepi5.conf index 93c0a6679..ae31f2911 100644 --- a/config/boards/orangepi5.conf +++ b/config/boards/orangepi5.conf @@ -16,6 +16,9 @@ IMAGE_PARTITION_TABLE="gpt" SKIP_BOOTSPLASH="yes" # Skip boot splash patch, conflicts with CONFIG_VT=yes BOOTFS_TYPE="fat" +declare -g BLUETOOTH_HCIATTACH_PARAMS="-s 115200 /dev/ttyS9 bcm43xx 1500000" # For the bluetooth-hciattach extension +enable_extension "bluetooth-hciattach" # Enable the bluetooth-hciattach extension + function post_family_tweaks_bsp__orangepi5_copy_usb2_service() { display_alert "Installing BSP firmware and fixups"