mb/starlabs/lite: Add Bluetooth USB interface
Enable the USB port that is used by the Bluetooth interface on the CNVI. Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I2a330618c5f1c5fd5e3147cb6307c157b28070ac Reviewed-on: https://review.coreboot.org/c/coreboot/+/64545 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
5c0e3d4511
commit
0225af3c2b
|
@ -87,6 +87,8 @@ chip soc/intel/apollolake
|
||||||
### USB 2.0 Devices
|
### USB 2.0 Devices
|
||||||
# Motherboard USB Type C
|
# Motherboard USB Type C
|
||||||
register "usb2_port[0]" = "PORT_EN(OC_SKIP)"
|
register "usb2_port[0]" = "PORT_EN(OC_SKIP)"
|
||||||
|
# Bluetooth
|
||||||
|
register "usb2_port[2]" = "PORT_EN(OC_SKIP)"
|
||||||
# Motherboard USB 3.0
|
# Motherboard USB 3.0
|
||||||
register "usb2_port[3]" = "PORT_EN(OC1)"
|
register "usb2_port[3]" = "PORT_EN(OC1)"
|
||||||
# Daughterboard USB 3.0
|
# Daughterboard USB 3.0
|
||||||
|
|
|
@ -91,6 +91,8 @@ chip soc/intel/apollolake
|
||||||
register "usb2_port[3]" = "PORT_EN(OC1)"
|
register "usb2_port[3]" = "PORT_EN(OC1)"
|
||||||
# Daughterboard SD Card
|
# Daughterboard SD Card
|
||||||
register "usb2_port[5]" = "PORT_EN(OC_SKIP)"
|
register "usb2_port[5]" = "PORT_EN(OC_SKIP)"
|
||||||
|
# Bluetooth
|
||||||
|
register "usb2_port[6]" = "PORT_EN(OC_SKIP)"
|
||||||
|
|
||||||
### USB 3.0 Devices
|
### USB 3.0 Devices
|
||||||
# Motherboard USB 3.0
|
# Motherboard USB 3.0
|
||||||
|
|
Loading…
Reference in New Issue