/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef PINEVIEW_MEMMAP_H #define PINEVIEW_MEMMAP_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_MEMMAP_H */