coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
addressmap.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __SOC_QUALCOMM_QCS405_ADDRESS_MAP_H__
4 #define __SOC_QUALCOMM_QCS405_ADDRESS_MAP_H__
5 
6 #define QSPI_BASE 0x88DF000
7 #define TLMM_EAST_TILE_BASE 0x7B00000
8 #define TLMM_NORTH_TILE_BASE 0x1300000
9 #define TLMM_SOUTH_TILE_BASE 0x1000000
10 #define GCC_BASE 0x01800000
11 
12 /* SDHC TLMM Registers */
13 #define SDC1_TLMM_CFG_ADDR 0x010C2000
14 
15 #endif /* __SOC_QUALCOMM_QCS405_ADDRESS_MAP_H__ */