treewide: replace GPLv2 long form headers with SPDX header
[coreboot.git] / src / northbridge / intel / pineview / iomap.h
blobe7472b43a9c4581c35fb58d5a749d1b24aba54f2
1 /* This file is part of the coreboot project. */
2 /* SPDX-License-Identifier: GPL-2.0-or-later */
4 #ifndef PINEVIEW_IOMAP_H
5 #define PINEVIEW_IOMAP_H
7 #define DEFAULT_MCHBAR 0xfed14000 /* 16 KB */
8 #define DEFAULT_DMIBAR 0xfed18000 /* 4 KB */
9 #define DEFAULT_EPBAR 0xfed19000 /* 4 KB */
10 #define DEFAULT_PMIOBAR 0x00000400
12 #endif /* PINEVIEW_IOMAP_H */