summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/apollolake/include/soc/pcr_ids.h
blob: 96466f0f6dd8635c1e2c26a3af4296701646b491 (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
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef SOC_INTEL_APL_PCR_H
#define SOC_INTEL_APL_PCR_H

/*
 * Port ids.
 */
#if CONFIG(SOC_INTEL_GLK)
#define PID_GPIO_AUDIO	0xC9
#define PID_GPIO_SCC	0xC8
#else
#define PID_GPIO_SW	0xC0
#define PID_GPIO_S	0xC2
#define PID_GPIO_W	0xC7
#endif
#define PID_GPIO_NW	0xC4
#define PID_GPIO_N	0xC5
#define PID_ITSS	0xD0
#define PID_RTC		0xD1
#define PID_LPC		0xD2
#define PID_MODPHY	0xA5

#define PID_AUNIT	0x4D
#define PID_BUNIT	0x4C
#define PID_TUNIT	0x52

#define PID_PSF3	0xC6
#define PID_DMI	0x00 /* Reserved */

#endif	/* SOC_INTEL_APL_PCR_H */