summaryrefslogtreecommitdiff
path: root/src/mainboard/system76/cml-u/acpi/mainboard.asl
blob: 3335ba8fdd8e6e729459341d6a10b9564adfefe5 (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 0x50 /* GPP_E16 */
#define EC_GPE_SWI 0x29 /* GPP_D9 */
#include <ec/system76/ec/acpi/ec.asl>

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

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