summaryrefslogtreecommitdiff
path: root/board/falco/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/falco/board.h')
-rw-r--r--board/falco/board.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/falco/board.h b/board/falco/board.h
index 1bb1bcc0b9..0fe1468cdf 100644
--- a/board/falco/board.h
+++ b/board/falco/board.h
@@ -131,6 +131,11 @@ enum gpio_signal {
GPIO_PCH_RTCRST_L, /* Not supposed to be here */
GPIO_PCH_SRTCRST_L, /* Not supposed to be here */
+ GPIO_PWR_LED_L, /* Power LED */
+ GPIO_KB_LED_EN, /* Keyboard LED */
+ GPIO_BAT_LED0, /* Battery charger status */
+ GPIO_BAT_LED1, /* Battery charger status */
+
/* Number of GPIOs; not an actual GPIO */
GPIO_COUNT
};