]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/ADC108S102.asi
QuarkPlatformPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / QuarkPlatformPkg / Acpi / AcpiTables / Dsdt / ADC108S102.asi
CommitLineData
b303605e
MK
1/** @file\r
2TI ADC108S102 ADC.\r
3\r
4Copyright (c) 2013-2015 Intel Corporation.\r
5\r
0eb3de2e 6SPDX-License-Identifier: BSD-2-Clause-Patent\r
b303605e
MK
7\r
8**/\r
9\r
10Device(ADC2)\r
11{\r
12 Name(_HID, "INT3495") // GalileoGen2 Low-Speed ADC.\r
13 Name(_CID, "INT3495")\r
14 Name(RBUF, ResourceTemplate()\r
15 {\r
16 SPISerialBus(0x0000, PolarityLow, ThreeWireMode, 0x10, ControllerInitiated, 0x1E8480, ClockPolarityLow, ClockPhaseFirst, "\\_SB.PCI0.SPI0", 0x00, ResourceConsumer, ,)\r
17 })\r
18 Method(_CRS, 0x0, NotSerialized)\r
19 {\r
20 Return(RBUF)\r
21 }\r
22 Method(_STA, 0x0, NotSerialized)\r
23 {\r
24 //\r
25 // Only Platform Type / Id 8 has this device.\r
26 //\r
27 If(LNotEqual(PTYP, 8))\r
28 {\r
29 return (0)\r
30 }\r
31 Return(0xf)\r
32 }\r
33}\r