summaryrefslogtreecommitdiff
path: root/src/mainboard/system76/oryp5/acpi/mainboard.asl
blob: 4373b2a4a12034026ac2038f4e8b92edbd7f1cb6 (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 0x17 /* GPP_B23 */
#define EC_GPE_SWI 0x26 /* GPP_G6 */
#include <ec/system76/ec/acpi/ec.asl>

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

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