aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/ironlake/memmap.h
blob: cd7708c2f3afec9bbdbdc3c6fe53e8ee212ae9d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __NORTHBRIDGE_INTEL_IRONLAKE_MEMMAP_H__
#define __NORTHBRIDGE_INTEL_IRONLAKE_MEMMAP_H__

/* Northbridge BARs */
#define DEFAULT_MCHBAR		0xfed10000	/* 16 KB */
#define DEFAULT_DMIBAR		0xfed18000	/* 4 KB */
#define DEFAULT_EPBAR		0xfed19000	/* 4 KB */

#define IOMMU_BASE1		0xfed90000
#define IOMMU_BASE2		0xfed91000
#define IOMMU_BASE3		0xfed92000
#define IOMMU_BASE4		0xfed93000

#endif /* __NORTHBRIDGE_INTEL_IRONLAKE_MEMMAP_H__ */