diff options
| author | Alexander Holler <holler@ahsoftware.de> | 2010-03-29 21:39:43 +0200 | 
|---|---|---|
| committer | trix <trix@windriver.com> | 2010-04-30 05:23:22 -0500 | 
| commit | 47eb08a97eb166e93d0495848b0c7582a0639fbc (patch) | |
| tree | c9c677ccc0b30a1650fabe9dba0992a9de6f5f79 /arch/arm/include/asm/arch-at91/at91sam9263.h | |
| parent | dc8cab87459d682fc272444044592d20243da2f0 (diff) | |
| download | olio-uboot-2014.01-47eb08a97eb166e93d0495848b0c7582a0639fbc.tar.xz olio-uboot-2014.01-47eb08a97eb166e93d0495848b0c7582a0639fbc.zip  | |
at91: add defines for RTT and GPBR
Signed-off-by: Alexander Holler <holler@ahsoftware.de>
Diffstat (limited to 'arch/arm/include/asm/arch-at91/at91sam9263.h')
| -rw-r--r-- | arch/arm/include/asm/arch-at91/at91sam9263.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-at91/at91sam9263.h b/arch/arm/include/asm/arch-at91/at91sam9263.h index c177bd059..4ada1ceaf 100644 --- a/arch/arm/include/asm/arch-at91/at91sam9263.h +++ b/arch/arm/include/asm/arch-at91/at91sam9263.h @@ -61,8 +61,11 @@  #define AT91_PIO_BASE		0xfffff200  #define AT91_PMC_BASE		0xfffffc00  #define AT91_RSTC_BASE		0xfffffd00 +#define AT91_RTT0_BASE		0xfffffd20  #define AT91_PIT_BASE		0xfffffd30  #define AT91_WDT_BASE		0xfffffd40 +#define AT91_RTT1_BASE		0xfffffd50 +#define AT91_GPBR_BASE		0xfffffd60  #ifdef CONFIG_AT91_LEGACY  |