aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/system76/gaze15/acpi/mainboard.asl
blob: b235437c25d979b67a0a88a48a30dc52a9c5b2fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* 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 (PCI0) {
		#include "backlight.asl"
	}
}

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