aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/system76/cml-u/acpi/mainboard.asl
blob: 416cc5a1511b2804f948ebe0e326719f09b4a7d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */

#define EC_GPE_SCI 0x50 /* GPP_E16 */
#define EC_GPE_SWI 0x29 /* GPP_D9 */
#include <ec/system76/ec/acpi/ec.asl>

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

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