summaryrefslogtreecommitdiff
path: root/openpicc/config/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'openpicc/config/board.h')
-rw-r--r--openpicc/config/board.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/openpicc/config/board.h b/openpicc/config/board.h
index 5a56155..065c26d 100644
--- a/openpicc/config/board.h
+++ b/openpicc/config/board.h
@@ -50,15 +50,17 @@
#define MCKKHz (MCK/1000) //
/*-----------------*/
-/* LED declaration */
+/* Pins */
/*-----------------*/
-//#define LED_GREEN (1L<<23)
#define LED_GREEN AT91C_PIO_PA25
-//#define LED_RED (1L<<20)
#define LED_RED AT91C_PIO_PA12
#define LED_MASK (LED_GREEN|LED_RED)
+#define OPENPICC_PIO_SS2_DT_THRESH AT91C_PIO_PA8
+#define OPENPICC_PIO_PLL_INHIBIT AT91C_PIO_PA24
+#define OPENPICC_PIO_PLL_LOCK AT91C_PIO_PA4
+
/*-----------------*/
/* task priorities */
/*-----------------*/
personal git repositories of Harald Welte. Your mileage may vary