summaryrefslogtreecommitdiff
path: root/amalthea/config.h
blob: 79f9eb586811b8f6d74db4d327ab3e7eb457cbd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Include all configuration files for Amalthea.
 *
 * Copyright (C) 2022 Google LLC
 */

#ifndef __AMALTHEA_CONFIG_H__
#define __AMALTHEA_CONFIG_H__

#define GXP_DRIVER_NAME "gxp_platform"
#define DSP_FIRMWARE_DEFAULT_PREFIX "gxp_fw_core"

#define AUR_DVFS_DOMAIN 17

#define GXP_NUM_CORES 4
#define GXP_NUM_MAILBOXES GXP_NUM_CORES
#define GXP_NUM_WAKEUP_DOORBELLS GXP_NUM_CORES

#define GXP_USE_LEGACY_MAILBOX 1

#define GXP_HAS_MCU 0

#include "config-pwr-state.h"
#include "context.h"
#include "csrs.h"
#include "iova.h"
#include "lpm.h"
#include "mailbox-regs.h"

#endif /* __AMALTHEA_CONFIG_H__ */