summaryrefslogtreecommitdiff
path: root/board/cr50/scratch_reg1.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/scratch_reg1.h')
-rw-r--r--board/cr50/scratch_reg1.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/cr50/scratch_reg1.h b/board/cr50/scratch_reg1.h
index 86dc8d7e4b..9ea550f1ca 100644
--- a/board/cr50/scratch_reg1.h
+++ b/board/cr50/scratch_reg1.h
@@ -45,6 +45,10 @@
#define BOARD_CCD_SHIFT 11
#define BOARD_CCD_STATE (3 << BOARD_CCD_SHIFT)
+/* Prevent Cr50 from entering deep sleep when the AP is off */
+#define BOARD_DEEP_SLEEP_DISABLED (1 << 13)
+/* Use Cr50_RX_AP_TX to determine if the AP is off or on */
+#define BOARD_DETECT_AP_WITH_UART (1 << 14)
/*
* Macro to capture all properties related to board strapping pins. This must be
* updated if additional strap related properties are added.