summaryrefslogtreecommitdiff
path: root/board/constitution/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/constitution/board.h')
-rw-r--r--board/constitution/board.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/constitution/board.h b/board/constitution/board.h
index ce31073f06..2cf9f24c61 100644
--- a/board/constitution/board.h
+++ b/board/constitution/board.h
@@ -107,6 +107,8 @@
#define I2C_PORT_USB_C0_C2_MUX NPCX_I2C_PORT3_0
#define I2C_PORT_USB_C1_MUX NPCX_I2C_PORT6_1
+#define I2C_PORT_PSE NPCX_I2C_PORT5_0
+
#define I2C_PORT_EEPROM NPCX_I2C_PORT7_0
#define I2C_PORT_MP2964 NPCX_I2C_PORT7_0
@@ -136,6 +138,9 @@
/* ADC */
#define CONFIG_ADC
+/* PSE */
+#define CONFIG_PSE_LTC4291
+
/*
* TODO(b/197478860): Enable the fan control. We need
* to check the sensor value and adjust the fan speed.