mirror of
https://xff.cz/git/u-boot/
synced 2025-10-17 16:02:33 +02:00
at91: add defines for RTT and GPBR
Signed-off-by: Alexander Holler <holler@ahsoftware.de>
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user