📄 mxarm11_base_regs.inc
字号:
;;
;; Copyright (c) Microsoft Corporation. All rights reserved.
;;
;;
;; Use of this source code is subject to the terms of the Microsoft end-user
;; license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
;; If you did not accept the terms of the EULA, you are not authorized to use
;; this source code. For a copy of the EULA, please see the LICENSE.RTF on your
;; install media.
;;
;;-----------------------------------------------------------------------------
;;
;; Copyright (C) 2004, Freescale Semiconductor, Inc. All Rights Reserved
;; THIS SOURCE CODE IS CONFIDENTIAL AND PROPRIETARY AND MAY NOT
;; BE USED OR DISTRIBUTED WITHOUT THE WRITTEN PERMISSION OF
;; Freescale Semiconductor, Inc.
;;
;;------------------------------------------------------------------------------
;;
;; Header: mxarm11_base_reg.inc
;;
;; This header file defines the Physical Addresses (PA) of
;; the base registers for the System on Chip (SoC) components.
;;
;; Provides memory map definitions that are shared for ARM11 chassis.
;;
;;------------------------------------------------------------------------------
;;-----------------------------------------------------------------------------
;; INFORMATION
;;
;; The physical addresses for SoC registers are fixed, hence they are defined
;; in the CPU's common directory. The virtual addresses of the SoC registers
;; are defined by the OEM and are configured in the platform's configuration
;; directory by the file: .../PLATFORM/<NAME>/SRC/CONFIG/CPU_BASE_REG_CFG.H.
;;
;;-----------------------------------------------------------------------------
;;-----------------------------------------------------------------------------
;; NAMING CONVENTIONS
;;
;; CPU_BASE_REG_ is the standard prefix for CPU base registers.
;;
;; Memory ranges are accessed using physical, uncached, or cached addresses,
;; depending on the system state. The following abbreviations are used for
;; each addressing type:
;;
;; PA - physical address
;; UA - uncached virtual address
;; CA - cached virtual address
;;
;; The naming convention for CPU base registers is:
;;
;; CPU_BASE_REG_<ADDRTYPE>_<SUBSYSTEM>
;;
;;-----------------------------------------------------------------------------
;;-----------------------------------------------------------------------------
;; ARM11-CHASSIS PERIPHERAL REGISTER MEMORY MAP
;;-----------------------------------------------------------------------------
;; AIPS A periperhals
CSP_BASE_REG_PA_AIPSAREG EQU (0x43F00000)
CSP_BASE_REG_PA_MAX EQU (0x43F04000)
CSP_BASE_REG_PA_EVTMON EQU (0x43F08000)
CSP_BASE_REG_PA_CLKCTL EQU (0x43F0C000)
CSP_BASE_REG_PA_ETBREG EQU (0x43F10000)
CSP_BASE_REG_PA_ETBMEM EQU (0x43F14000)
CSP_BASE_REG_PA_ECT EQU (0x43F18000)
CSP_BASE_REG_PA_I2C EQU (0x43F80000)
CSP_BASE_REG_PA_UART1 EQU (0x43F90000)
CSP_BASE_REG_PA_UART2 EQU (0x43F94000)
CSP_BASE_REG_PA_OWIRE EQU (0x43F9C000)
CSP_BASE_REG_PA_SSI1 EQU (0x43FA0000)
CSP_BASE_REG_PA_CSPI1 EQU (0x43FA4000)
CSP_BASE_REG_PA_KPP EQU (0x43FA8000)
;; AIPS B Peripherals
CSP_BASE_REG_PA_SDHC1 EQU (0x50004000)
CSP_BASE_REG_PA_SDHC2 EQU (0x50008000)
CSP_BASE_REG_PA_UART3 EQU (0x5000C000)
CSP_BASE_REG_PA_CSPI2 EQU (0x50010000)
CSP_BASE_REG_PA_SSI2 EQU (0x50014000)
CSP_BASE_REG_PA_IIM EQU (0x5001C000)
CSP_BASE_REG_PA_SPBA EQU (0x5003C000)
CSP_BASE_REG_PA_AIPSBREG EQU (0x53F00000)
CSP_BASE_REG_PA_FIRI EQU (0x53F8C000)
CSP_BASE_REG_PA_GPT EQU (0x53F90000)
CSP_BASE_REG_PA_EPIT1 EQU (0x53F94000)
CSP_BASE_REG_PA_EPIT2 EQU (0x53F98000)
CSP_BASE_REG_PA_SCC EQU (0x53FAC000)
CSP_BASE_REG_PA_RNGA EQU (0x53FB0000)
CSP_BASE_REG_PA_IPU EQU (0x53FC0000)
CSP_BASE_REG_PA_AUDMUX EQU (0x53FC4000)
CSP_BASE_REG_PA_GPIO1 EQU (0x53FCC000)
CSP_BASE_REG_PA_SDMA EQU (0x53FD4000)
CSP_BASE_REG_PA_RTC EQU (0x53FD8000)
CSP_BASE_REG_PA_WDOG EQU (0x53FDC000)
CSP_BASE_REG_PA_PWM EQU (0x53FE0000)
;; Non-AIPS Peripherals
CSP_BASE_REG_PA_L2CC EQU (0x30000000)
CSP_BASE_REG_PA_ROMPATCH EQU (0x60000000)
CSP_BASE_REG_PA_AVIC EQU (0x68000000)
CSP_BASE_REG_PA_NANDFC EQU (0xB8000000)
CSP_BASE_REG_PA_ESDCTL EQU (0xB8001000)
CSP_BASE_REG_PA_WEIM EQU (0xB8002000)
CSP_BASE_REG_PA_M3IF EQU (0xB8003000)
END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -