summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/tigerlake/include/soc/pcr_ids.h
blob: ae70074fc8e5b140bca14a59e1f7d0dc6a61c78b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/* SPDX-License-Identifier: GPL-2.0-only */

/*
 * This file is created based on Intel Tiger Lake Processor PCH Datasheet
 * Document number: 575857
 * Chapter number: 31-35
 */

#ifndef SOC_TIGERLAKE_PCR_H
#define SOC_TIGERLAKE_PCR_H
/*
 * Port ids
 */
#define PID_SDX		0x53

#define PID_GPIOCOM0	0x6e
#define PID_GPIOCOM1	0x6d
#define PID_GPIOCOM2	0x6c
#define PID_GPIOCOM4	0x6a
#define PID_GPIOCOM5	0x69

#define PID_DMI		0x88
#define PID_PSTH	0x89
#define PID_CSME0	0x90
#define PID_ISCLK	0xad
#define PID_PSF1	0xba
#define PID_PSF2	0xbb
#define PID_PSF3	0xbc
#define PID_PSF4	0xbd
#define PID_SCS		0xc0
#define PID_RTC		0xc3
#define PID_ITSS	0xc4
#define PID_ESPI	0xc7
#define PID_SERIALIO	0xcb

#endif