summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/parrot/acpi/ec.asl
blob: c50313a7e1a9b1084acf34a8125da08c33fa134d (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

/* mainboard configuration */
#include "../ec.h"
#define EC_SCI_GPE 23      // GPIO7 << 16 to GPE bit for Runtime SCI

/* ACPI code for EC functions */
#include "../../../../ec/compal/ene932/acpi/ec.asl"