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

#define EC_GPE_SCI 0x17 /* GPP_B23 */
#define EC_GPE_SWI 0x26 /* GPP_G6 */
#include <ec/system76/ec/acpi/ec.asl>

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

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