summaryrefslogtreecommitdiff
path: root/board/lindar/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/lindar/board.h')
-rw-r--r--board/lindar/board.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/board/lindar/board.h b/board/lindar/board.h
index 4b0774a17a..c5d36e02a3 100644
--- a/board/lindar/board.h
+++ b/board/lindar/board.h
@@ -42,6 +42,19 @@
#define USBC_PORT_1_USB2_NUM 4
#define USBC_PORT_1_USB3_NUM 2
+#define PD_POWER_SUPPLY_TURN_ON_DELAY 30000 /* us */
+#define PD_POWER_SUPPLY_TURN_OFF_DELAY 30000 /* us */
+#define PD_VCONN_SWAP_DELAY 5000 /* us */
+
+/*
+ * SN5S30 PPC supports up to 24V VBUS source and sink, however passive USB-C
+ * cables only support up to 60W.
+ */
+#define PD_OPERATING_POWER_MW 15000
+#define PD_MAX_POWER_MW 60000
+#define PD_MAX_CURRENT_MA 3000
+#define PD_MAX_VOLTAGE_MV 20000
+
/* USB Type A Features */
/* USBC PPC*/