summaryrefslogtreecommitdiff
path: root/board/hatch/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/hatch/board.h')
-rw-r--r--board/hatch/board.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/hatch/board.h b/board/hatch/board.h
index a2d0533a38..dca25f6cf9 100644
--- a/board/hatch/board.h
+++ b/board/hatch/board.h
@@ -173,6 +173,12 @@ enum battery_type {
BATTERY_TYPE_COUNT,
};
+
+#define PD_OPERATING_POWER_MW 15000
+#define PD_MAX_POWER_MW 60000
+#define PD_MAX_CURRENT_MA 3000
+#define PD_MAX_VOLTAGE_MV 20000
+
#endif /* !__ASSEMBLER__ */
#endif /* __CROS_EC_BOARD_H */