mainboard/intel/avenuecity_crb: Update full IIO configuration
[coreboot2.git] / src / mainboard / ibase / mb899 / acpi / ec.asl
blob42f78fca64e062dbcc23eb2756d36e20368aab0d
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 Device(EC0)
5         Name (_HID, EISAID("PNP0C09"))
6         Name (_UID, 1)
8         // _REG method requires that an operation region is defined.
9         OperationRegion (ERAM, EmbeddedControl, 0x00, 0xff)
10         Field (ERAM, ByteAcc, Lock, Preserve) {}
12         Name (ECMD, ResourceTemplate()
13         {
14                 IO (Decode16, 0x62, 0x62, 0, 1)
15                 IO (Decode16, 0x66, 0x66, 0, 1)
16         })
18         Method (_CRS, 0, NotSerialized)
19         {
20                 Return (ECMD)
21         }
23         Method (_REG, 2)
24         {
25                 // This method is needed by Windows XP/2000
26                 // for EC initialization before a driver
27                 // is loaded
28         }
30         Name (_GPE, 23) // GPI07 / GPE23 -> Runtime SCI
32         // TODO EC Query methods
34         // TODO Scope _SB devices for AC power, LID, Power button