summaryrefslogtreecommitdiff
path: root/board/daisy/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/daisy/board.h')
-rw-r--r--board/daisy/board.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/daisy/board.h b/board/daisy/board.h
index b2308abc6f..da85579d7d 100644
--- a/board/daisy/board.h
+++ b/board/daisy/board.h
@@ -47,6 +47,10 @@
#define I2C_PORT_CHARGER I2C_PORT_HOST
#define I2C_PORT_SLAVE 1
+/* Timer selection */
+#define TIM_CLOCK_MSB 3
+#define TIM_CLOCK_LSB 4
+
/* GPIO signal list */
enum gpio_signal {
/* Inputs with interrupt handlers are first for efficiency */