mainboard/intel/avenuecity_crb: Update full IIO configuration
[coreboot2.git] / src / mainboard / roda / rk9 / acpi / gpe.asl
blobc6373f9b7df26c7cdd1ccbc9bcc217292c4ee00b
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 Scope (_GPE)
5         /* The event numbers correspond to the bit numbers in the
6          * GPE0_EN register PMBASE + 0x28.
7          */
8         /* IMO we don't need empty Methods here. If we don't specify
9            one and don't set the GPE0_EN bit Linux won't neither enable
10            it. - Nico */
12         // Thermal Event - original BIOS doesn't have it
13         Method (_L00, 0)
14         {
15                 /* FIXME: We should enable throttling here. */
16         }
18         // Hot Plug
19         Method (_L01, 0)
20         {
22         }
24         // USB1
25         Method (_L03, 0)
26         {
28         }
30         // USB2
31         Method (_L04, 0)
32         {
34         }
36         // USB5
37         Method (_L05, 0)
38         {
40         }
42         // _L06 TCOSCI
44         // SMBus Wake Status
45         Method (_L07, 0)
46         {
48         }
50         // COM1/COM2 (RI)
51         Method (_L08, 0)
52         {
54         }
56         // PCIe
57         Method (_L09, 0)
58         {
60         }
62         // _L0A BatLow / Quick Resume
64         // PME
65         Method (_L0B, 0)
66         {
68         }
70         // USB3
71         Method (_L0C, 0)
72         {
74         }
76         // PME B0
77         Method (_L0D, 0)
78         {
80         }
82         // USB4
83         Method (_L0E, 0)
84         {
86         }
88         // _L10 - _L1f: GPIn
90         // GPI8
91         Method (_L18, 0)
92         {
94         }
96         // USB6
97         Method (_L20, 0)
98         {
100         }