Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * This file contains the address data for various TI81XX modules.
0004  *
0005  * Copyright (C) 2010 Texas Instruments, Inc. - https://www.ti.com/
0006  */
0007 
0008 #ifndef __ASM_ARCH_TI81XX_H
0009 #define __ASM_ARCH_TI81XX_H
0010 
0011 #define L4_SLOW_TI81XX_BASE 0x48000000
0012 
0013 #define TI81XX_SCM_BASE     0x48140000
0014 #define TI81XX_CTRL_BASE    TI81XX_SCM_BASE
0015 #define TI81XX_PRCM_BASE    0x48180000
0016 
0017 /*
0018  * Adjust TAP register base such that omap3_check_revision accesses the correct
0019  * TI81XX register for checking device ID (it adds 0x204 to tap base while
0020  * TI81XX DEVICE ID register is at offset 0x600 from control base).
0021  */
0022 #define TI81XX_TAP_BASE     (TI81XX_CTRL_BASE + \
0023                  TI81XX_CONTROL_DEVICE_ID - 0x204)
0024 
0025 
0026 #define TI81XX_ARM_INTC_BASE    0x48200000
0027 
0028 #endif /* __ASM_ARCH_TI81XX_H */