summaryrefslogtreecommitdiff
path: root/src/mainboard/system76/bonw14/acpi/mainboard.asl
blob: 0a4c64cc67664f92790fc7bbe437a5edac57f23c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */

#define EC_GPE_SCI 0x03 /* GPP_K3 */
#define EC_GPE_SWI 0x06 /* GPP_K6 */
#include <ec/system76/ec/acpi/ec.asl>

Scope (\_SB) {
	#include "sleep.asl"
}

Scope (\_GPE) {
	#include "gpe.asl"
}

#include "dgpu.asl"