summaryrefslogtreecommitdiff
path: root/board/stm32f446e-eval/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/stm32f446e-eval/board.h')
-rw-r--r--board/stm32f446e-eval/board.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/stm32f446e-eval/board.h b/board/stm32f446e-eval/board.h
index 24735a2dc7..f70ddd5bb5 100644
--- a/board/stm32f446e-eval/board.h
+++ b/board/stm32f446e-eval/board.h
@@ -27,6 +27,11 @@
#define CONFIG_UART_TX_REQ_CH 4
#define CONFIG_UART_RX_REQ_CH 4
+#define CONFIG_I2C
+#define CONFIG_I2C_MASTER
+#define I2C_PORT_0 0
+#define FMPI2C_PORT_3 3
+
/* This is not actually an EC so disable some features. */
#undef CONFIG_WATCHDOG_HELP
#undef CONFIG_LID_SWITCH