Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * This file contains the address info for various AM33XX modules.
0004  *
0005  * Copyright (C) 2011 Texas Instruments, Inc. - https://www.ti.com/
0006  */
0007 
0008 #ifndef __ASM_ARCH_AM33XX_H
0009 #define __ASM_ARCH_AM33XX_H
0010 
0011 #define L4_SLOW_AM33XX_BASE 0x48000000
0012 
0013 #define AM33XX_SCM_BASE     0x44E10000
0014 #define AM33XX_CTRL_BASE    AM33XX_SCM_BASE
0015 #define AM33XX_PRCM_BASE    0x44E00000
0016 #define AM43XX_PRCM_BASE    0x44DF0000
0017 #define AM33XX_TAP_BASE     (AM33XX_CTRL_BASE + 0x3FC)
0018 
0019 #endif /* __ASM_ARCH_AM33XX_H */