1 /* SPDX-License-Identifier: GPL-2.0-only */
6 * LAN connected to Root Port 3, becomes Root Port 1 after coalesce
12 Name (_ADR, 0x00000000)
13 Name (_PRW, Package() { NIC_WAKE_GPIO, 3 })
15 Method (_DSW, 3, NotSerialized)
17 Local0 = NIC_WAKE_GPIO
20 // Enable GPIO as wake source
21 \_SB.PCI0.LPCB.GPIO.GWAK (Local0)
28 * WLAN connected to Root Port 4, becomes Root Port 2 after coalesce
30 Scope (\_SB.PCI0.RP02)
34 Name (_ADR, 0x00000000)
35 Name (_PRW, Package() { WLAN_WAKE_GPIO, 3 })
37 Method (_DSW, 3, NotSerialized)
39 Local0 = WLAN_WAKE_GPIO
42 // Enable GPIO as wake source
43 \_SB.PCI0.LPCB.GPIO.GWAK (Local0)
49 /* USB port entries */
50 #include "acpi/usb.asl"