summaryrefslogtreecommitdiff
path: root/board/kindred
diff options
context:
space:
mode:
Diffstat (limited to 'board/kindred')
-rw-r--r--board/kindred/board.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/kindred/board.h b/board/kindred/board.h
index e6cd7aa535..2c4875a8de 100644
--- a/board/kindred/board.h
+++ b/board/kindred/board.h
@@ -176,6 +176,12 @@ enum battery_type {
extern const int keyboard_factory_scan_pins[][2];
extern const int keyboard_factory_scan_pins_used;
+
+#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 */