aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/x4x/iomap.h
blob: 22a675fc42e334de4a5d7e7f58b28ba634ff8e35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-or-later */

#ifndef X4X_IOMAP_H
#define X4X_IOMAP_H

#define DEFAULT_MCHBAR		0xfed14000	/* 16 KB */
#define DEFAULT_DMIBAR		0xfed18000	/* 4 KB */
#define DEFAULT_EPBAR		0xfed19000	/* 4 KB */
#define DEFAULT_HECIBAR		0xfed10000

#define TPM_BASE_ADDRESS	0xfed40000

#endif /* X4X_IOMAP_H */