Merge branch 'uboot'
[oweals/u-boot.git] / arch / arm / include / asm / arch-at91 / at91sam9g45.h
index 364b86c88fa47af0819bb072add9c9b76c9c62f6..9cbfc277bd6b0ca459d2fd70cc03af65e37f23e5 100644 (file)
@@ -6,10 +6,7 @@
  * Definitions for the SoC:
  * AT91SAM9G45
  *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef AT91SAM9G45_H
 #define ATMEL_BASE_EHCI                0x00800000      /* USB Host controller (EHCI) */
 #define ATMEL_BASE_VDEC                0x00900000      /* Video Decoder Controller */
 
+/*
+ * External memory
+ */
+#define ATMEL_BASE_CS0         0x10000000
+#define ATMEL_BASE_CS1         0x20000000
+#define ATMEL_BASE_CS2         0x30000000
+#define ATMEL_BASE_CS3         0x40000000
+#define ATMEL_BASE_CS4         0x50000000
+#define ATMEL_BASE_CS5         0x60000000
+#define ATMEL_BASE_CS6         0x70000000
+#define ATMEL_BASE_CS7         0x80000000
+
 /*
  * Other misc defines
  */
 #define ATMEL_PIO_PORTS                5               /* this SoCs has 5 PIO */
-
+#define ATMEL_BASE_PIO         ATMEL_BASE_PIOA
+#define ATMEL_PMC_UHP          AT91SAM926x_PMC_UHP
+#define ATMEL_ID_UHP           ATMEL_ID_UHPHS
 /*
  * Cpu Name
  */