blob: e75a94e746700132ea548944b31e58b20c460f27 (
plain)
1
2
3
4
5
6
7
8
9
|
/* SPDX-License-Identifier: GPL-2.0-only */
#define IT8516E_EC_DEV EC0
#define SUPERIO_PNP_BASE 0x20e
#define IT8516E_FIRST_DATA 0x62
#define IT8516E_FIRST_SC 0x66
#define IT8516E_SECOND_DATA 0x20c
#define IT8516E_SECOND_SC 0x20d
#include <ec/kontron/it8516e/acpi/ec.asl>
|