mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
at91: add defines for RTT and GPBR
Signed-off-by: Alexander Holler <holler@ahsoftware.de>
This commit is contained in:
parent
dc8cab8745
commit
47eb08a97e
3 changed files with 7 additions and 0 deletions
|
@ -56,8 +56,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_GPR_BASE 0xfffffd50
|
||||
|
||||
#ifdef CONFIG_AT91_LEGACY
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue