summaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/sdm845/include/soc/addressmap.h
blob: e8b00a23f687d2b48de3f800c67b5b15f37c120f (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
32
33
34
35
36
37
38
39
40
41
42
43
44
/* This file is part of the coreboot project. */
/*
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

#ifndef __SOC_QUALCOMM_SDM845_ADDRESS_MAP_H__
#define __SOC_QUALCOMM_SDM845_ADDRESS_MAP_H__

#include <stdint.h>

#define QSPI_BASE			0x88DF000
#define TLMM_EAST_TILE_BASE             0x03500000
#define TLMM_NORTH_TILE_BASE            0x03900000
#define TLMM_SOUTH_TILE_BASE            0x03D00000
#define GCC_BASE			0x00100000

/*
 * USB BASE ADDRESSES
 */
#define QFPROM_BASE			0x00780000
#define QUSB_PRIM_PHY_BASE		0x088e2000
#define QUSB_PRIM_PHY_DIG_BASE		0x088e2200
#define QUSB_SEC_PHY_BASE		0x088e3000
#define QUSB_SEC_PHY_DIG_BASE		0x088e3200
#define QMP_PHY_QSERDES_COM_REG_BASE	0x088e9000
#define QMP_PHY_QSERDES_TX_REG_BASE	0x088e9200
#define QMP_PHY_QSERDES_RX_REG_BASE	0x088e9400
#define QMP_PHY_PCS_REG_BASE		0x088e9c00
#define QMP_UNIPHY_QSERDES_COM_REG_BASE	0x088eb000
#define QMP_UNIPHY_QSERDES_TX_REG_BASE	0x088eb200
#define QMP_UNIPHY_QSERDES_RX_REG_BASE	0x088eb400
#define QMP_UNIPHY_PCS_REG_BASE		0x088eb800
#define USB_HOST0_DWC3_BASE		0x0a60c100
#define USB_HOST1_DWC3_BASE		0x0a80c100

#endif /*  __SOC_QUALCOMM_SDM845_ADDRESS_MAP_H__ */