summaryrefslogtreecommitdiff
path: root/board/dewatt/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/dewatt/board.h')
-rw-r--r--board/dewatt/board.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/dewatt/board.h b/board/dewatt/board.h
index 5ebcce7cef..fa04e1bd89 100644
--- a/board/dewatt/board.h
+++ b/board/dewatt/board.h
@@ -38,6 +38,12 @@
#define CONFIG_USB_MUX_ANX7451
#define CONFIG_USBC_RETIMER_ANX7451
+#define PD_OPERATING_POWER_MW 15000
+#define PD_MAX_CURRENT_MA 3250
+#define PD_MAX_VOLTAGE_MV 20000
+/* Max Power = 65 W */
+#define PD_MAX_POWER_MW ((PD_MAX_VOLTAGE_MV * PD_MAX_CURRENT_MA) / 1000)
+
/* USB Type A Features */
/* BC 1.2 */