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/at91sam9261.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/at91sam9261.h')
| -rw-r--r-- | arch/arm/include/asm/arch-at91/at91sam9261.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/arch/arm/include/asm/arch-at91/at91sam9261.h b/arch/arm/include/asm/arch-at91/at91sam9261.h index 2952292c5..7ca028313 100644 --- a/arch/arm/include/asm/arch-at91/at91sam9261.h +++ b/arch/arm/include/asm/arch-at91/at91sam9261.h @@ -49,8 +49,10 @@  #define AT91_PIO_BASE		0xfffff400  #define AT91_PMC_BASE		0xfffffc00  #define AT91_RSTC_BASE		0xfffffd00 +#define AT91_RTT_BASE		0xfffffd20  #define AT91_PIT_BASE		0xfffffd30  #define AT91_WDT_BASE		0xfffffd40 +#define AT91_GPBR_BASE		0xfffffd50  #ifdef CONFIG_AT91_LEGACY |