summaryrefslogtreecommitdiff
path: root/board/stryke/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/stryke/board.h')
-rw-r--r--board/stryke/board.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/stryke/board.h b/board/stryke/board.h
index e1b7ce7414..876e19f466 100644
--- a/board/stryke/board.h
+++ b/board/stryke/board.h
@@ -173,6 +173,11 @@ enum battery_type {
BATTERY_TYPE_COUNT,
};
+#define PD_OPERATING_POWER_MW 27000
+#define PD_MAX_POWER_MW 65000
+#define PD_MAX_CURRENT_MA 3250
+#define PD_MAX_VOLTAGE_MV 20000
+
#endif /* !__ASSEMBLER__ */
#endif /* __CROS_EC_BOARD_H */