summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/cr50/board.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/cr50/board.c b/board/cr50/board.c
index 20ec0fed44..8efee242ab 100644
--- a/board/cr50/board.c
+++ b/board/cr50/board.c
@@ -261,6 +261,12 @@ static struct board_cfg board_cfg_table[] = {
BOARD_USE_PLT_RESET | BOARD_NO_INA_SUPPORT |
BOARD_CLOSED_LOOP_RESET,
},
+ /* Kukui: DI0A9 = 5k PU, DIOA1 = 5k PU */
+ {
+ .strap_cfg = 0x0F,
+ .board_properties = BOARD_SLAVE_CONFIG_SPI |
+ BOARD_USE_PLT_RESET,
+ },
/* I2C Variants: DIOA9 = 1M PD, DIOA1 = 1M PD */
/* Reef/Eve: DIOA12 = 5k PD, DIOA6 = 1M PU */
{