/* SPDX-License-Identifier: GPL-2.0-only */ /* This file is part of the coreboot project. */ #include /* * WLAN on Buddy connected to RP4, becomes RP2 after coalesce */ #if CONFIG(BOARD_GOOGLE_BUDDY) Scope (\_SB.PCI0.RP02) #else Scope (\_SB.PCI0.RP01) #endif { Device (WLAN) { Name (_ADR, 0x00000000) Name (_PRW, Package() { BOARD_WLAN_WAKE_GPIO, 3 }) Method (_DSW, 3, NotSerialized) { Store (BOARD_WLAN_WAKE_GPIO, Local0) If (LEqual (Arg0, 1)) { // Enable GPIO as wake source \_SB.PCI0.LPCB.GPIO.GWAK (Local0) } } } } #include /* USB port entries */ #include