summaryrefslogtreecommitdiff
path: root/board/mec1322_evb/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/mec1322_evb/board.h')
-rw-r--r--board/mec1322_evb/board.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/mec1322_evb/board.h b/board/mec1322_evb/board.h
index 128a66fb17..d20e51a2aa 100644
--- a/board/mec1322_evb/board.h
+++ b/board/mec1322_evb/board.h
@@ -28,6 +28,9 @@ enum gpio_signal {
GPIO_LED1 = 0,
GPIO_LED2,
GPIO_LED3,
+ GPIO_PCH_SMI_L, /* SMI output */
+ GPIO_PCH_SCI_L, /* SCI output */
+ GPIO_PCH_WAKE_L, /* PCH wake pin */
/*
* Signals which aren't implemented on MEC1322 eval board but we'll
* emulate anyway, to make it more convenient to debug other code.