blob: 2d3c3a8bf3b9e20cea07a1c724c9e6e60265826c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
//
// Test controller device node.
//
// For a peripheral driver to access this controller
// via SPB it must specify the ACPI device path within
// the I2CSerialBus (or SPISerialBus) macro. Depending
// on the scope this looks something like \_SB.I2C. See
// spbtesttool.asl for an example.
//
Device(I2C)
{
Name(_HID, "skeletoni2c")
Name(_UID, 1)
}
|