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

#ifndef PINEVIEW_IOMAP_H
#define PINEVIEW_IOMAP_H

#define DEFAULT_MCHBAR		0xfed14000	/* 16 KB */
#define DEFAULT_DMIBAR		0xfed18000	/* 4 KB */
#define DEFAULT_EPBAR		0xfed19000	/* 4 KB */
#define DEFAULT_PMIOBAR		0x00000400

#endif /* PINEVIEW_IOMAP_H */