Add comment.
[bertos.git] / cpu / arm / io / at91sam7s256.h
index 41e930af7aff155fd5bf0dc6e9c152ea444ce201..98fd66d544cb659f9ffa6fae0f4d011a193bca5b 100644 (file)
 #include "at91_dbgu.h"
 //TODO: add other peripherals
 
-/** Peripheral Identifiers and Interrupts */
-/*\{*/
+/**
+ * Peripheral Identifiers and Interrupts
+ *\{
+ */
 #define FIQ_ID      0       ///< Fast interrupt ID.
 #define SYSC_ID     1       ///< System controller interrupt.
 #define PIOA_ID     2       ///< Parallel I/O controller ID.
 #define IRQ1_ID     31      ///< External interrupt 1 ID.
 /*\}*/
 
+/**
+ * USART pins name
+ *\{
+ */
+#define RXD0        5
+#define TXD0        6
+#define RXD1       21
+#define TXD1       22
+/*\}*/
+
+/**
+ * SPI pins name
+ *\{
+ */
+#define NPCS0      11  // Same as NSS pin.
+#define MISO       12
+#define MOSI       13
+#define SPCK       14
+/*\}*/
+
 #endif /* AT91SAM7S256_H */