|
@@ -74,10 +74,8 @@
|
|
|
/*
|
|
|
* System Peripherals (offset from AT91_BASE_SYS)
|
|
|
*/
|
|
|
-#define AT91_ECC0 (0xffffe000 - AT91_BASE_SYS)
|
|
|
#define AT91_SDRAMC0 (0xffffe200 - AT91_BASE_SYS)
|
|
|
#define AT91_SMC0 (0xffffe400 - AT91_BASE_SYS)
|
|
|
-#define AT91_ECC1 (0xffffe600 - AT91_BASE_SYS)
|
|
|
#define AT91_SDRAMC1 (0xffffe800 - AT91_BASE_SYS)
|
|
|
#define AT91_SMC1 (0xffffea00 - AT91_BASE_SYS)
|
|
|
#define AT91_MATRIX (0xffffec00 - AT91_BASE_SYS)
|
|
@@ -93,6 +91,8 @@
|
|
|
#define AT91_RTT1 (0xfffffd50 - AT91_BASE_SYS)
|
|
|
#define AT91_GPBR (0xfffffd60 - AT91_BASE_SYS)
|
|
|
|
|
|
+#define AT91SAM9263_BASE_ECC0 0xffffe000
|
|
|
+#define AT91SAM9263_BASE_ECC1 0xffffe600
|
|
|
#define AT91SAM9263_BASE_PIOA 0xfffff200
|
|
|
#define AT91SAM9263_BASE_PIOB 0xfffff400
|
|
|
#define AT91SAM9263_BASE_PIOC 0xfffff600
|