none1@pci0:0:30:0: class=0x118000 rev=0x21 hdr=0x00 vendor=0x8086 device=0x9d27 subvendor=0x8086 subdevice=0x7270
vendor = 'Intel Corporation'
device = 'Sunrise Point-LP Serial IO UART Controller'
class = dasp
Device (URT0) // ...
Scope (URT0)
{
Device (BLTH)
{
Name (_HID, EisaId ("BCM2E7C")) // _HID: Hardware ID
Name (_CID, "apple-uart-blth") // _CID: Compatible ID
Name (_UID, One) // _UID: Unique ID
Name (_ADR, Zero) // _ADR: Address
// ....
}
}
Task
The
MacBookPro13,1has an unrecognized UART controller (Sunrise Point Intel platform)ACPI tables suggest the UART is used to attach a Bluetooth chip:
Notes
Links