summaryrefslogtreecommitdiffstats
path: root/include/configs/at91sam9260ek.h
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-03-21 21:08:00 +0100
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-03-22 13:22:08 +0100
commita484b00b86e72ac6da6ee4fce13dbc6b256672fe (patch)
tree1fe551e8728c6c9246fe23687b175aa8a505111b /include/configs/at91sam9260ek.h
parent7ebafb7ec1a0285af8380623c009576f92583b98 (diff)
downloadblackbird-obmc-uboot-a484b00b86e72ac6da6ee4fce13dbc6b256672fe.tar.gz
blackbird-obmc-uboot-a484b00b86e72ac6da6ee4fce13dbc6b256672fe.zip
at91sam9/at91cap: move common led management to cpu
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs/at91sam9260ek.h')
-rw-r--r--include/configs/at91sam9260ek.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/at91sam9260ek.h b/include/configs/at91sam9260ek.h
index 2f1a41f646..e348833346 100644
--- a/include/configs/at91sam9260ek.h
+++ b/include/configs/at91sam9260ek.h
@@ -58,6 +58,11 @@
#undef CONFIG_USART2
#define CONFIG_USART3 1 /* USART 3 is DBGU */
+/* LED */
+#define CONFIG_AT91_LED
+#define CONFIG_RED_LED AT91_PIN_PA9 /* this is the power led */
+#define CONFIG_GREEN_LED AT91_PIN_PA6 /* this is the user led */
+
#define CONFIG_BOOTDELAY 3
/*
OpenPOWER on IntegriCloud