]> git.sur5r.net Git - u-boot/blobdiff - include/status_led.h
Merge branch 'i2c'
[u-boot] / include / status_led.h
index a56883b9a5e8d00c0482d51f7b1fe3908c198ac7..db4c60fe3f3fe6087d16297622b00fcd70edc85d 100644 (file)
@@ -346,6 +346,15 @@ void status_led_set  (int led, int state);
 #elif defined(CONFIG_NIOS2)
 /* XXX empty just to avoid the error */
 /************************************************************************/
+#elif defined(CONFIG_V38B)
+
+# define STATUS_LED_BIT                0x0010                  /* Timer7 GPIO */
+# define STATUS_LED_PERIOD     (CFG_HZ / 2)
+# define STATUS_LED_STATE      STATUS_LED_BLINKING
+
+# define STATUS_LED_ACTIVE     0               /* LED on for bit == 0 */
+# define STATUS_LED_BOOT       0               /* LED 0 used for boot status */
+
 #else
 # error Status LED configuration missing
 #endif