]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/include/asm/arch-socfpga/socfpga_base_addrs.h
samsung: trats2: add support for new board Trats2
[karo-tx-uboot.git] / arch / arm / include / asm / arch-socfpga / socfpga_base_addrs.h
1 /*
2  *  Copyright (C) 2012 Altera Corporation <www.altera.com>
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef _SOCFPGA_BASE_ADDRS_H_
8 #define _SOCFPGA_BASE_ADDRS_H_
9
10 #define SOCFPGA_L3REGS_ADDRESS 0xff800000
11 #define SOCFPGA_UART0_ADDRESS 0xffc02000
12 #define SOCFPGA_UART1_ADDRESS 0xffc03000
13 #define SOCFPGA_OSC1TIMER0_ADDRESS 0xffd00000
14 #define SOCFPGA_RSTMGR_ADDRESS 0xffd05000
15
16 #endif /* _SOCFPGA_BASE_ADDRS_H_ */