mb/google/nissa/var/rull: add ssd timing and modify ssd GPIO pins of rtd3
[coreboot2.git] / src / mainboard / gigabyte / ga-945gcm-s2l / acpi / ec.asl
blob25cf77476acfc4dabd042cbed924c2f8dab676c0
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 be defined.
9         OperationRegion (ERAM, EmbeddedControl, 0x00, 0xff)
10         Field (ERAM, ByteAcc, Lock, Preserve)
11         {
12         }
14         Method (_CRS, 0, Serialized)
15         {
16                 Name (ECMD, ResourceTemplate()
17                 {
18                         IO (Decode16, 0x62, 0x62, 0, 1)
19                         IO (Decode16, 0x66, 0x66, 0, 1)
20                 })
22                 Return (ECMD)
23         }
25         Method (_REG, 2)
26         {
27                 // This method is needed by Windows XP/2000
28                 // for EC initialization before a driver
29                 // is loaded
30         }
32         Name (_GPE, 23) // GPI07 / GPE23 -> Runtime SCI
34         // TODO EC Query methods
36         // TODO Scope _SB devices for AC power, LID, Power button