summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Yilun Lin <yllin@chromium.org>2020-03-13 10:05:35 +0800
committerCommit Bot <commit-bot@chromium.org>2020-03-13 11:29:14 +0000
commit23b93b7b24fec66d3b3d0e75d2383081a81008cf (patch)
tree83d1e611e966a3dd750271d2d8a8234a1c1cfbd8
parent4af7de3a8a64e677b2d83119fcff7f094fcf9b74 (diff)
downloadchrome-ec-23b93b7b24fec66d3b3d0e75d2383081a81008cf.tar.gz
asurada/gpio: add headings for each component
Reference kohaku's classfication. BRANCH=master BUG=b:150341271 TEST=make buildall Change-Id: I45623d6e98a169cc0969d1cd69f5f119fa5fb74f Signed-off-by: Eric Yilun Lin <yllin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2102095 Reviewed-by: Ting Shen <phoenixshen@chromium.org>
-rw-r--r--board/asurada/gpio.inc37
1 files changed, 37 insertions, 0 deletions
diff --git a/board/asurada/gpio.inc b/board/asurada/gpio.inc
index ec5e7209c3..dabc8fbae0 100644
--- a/board/asurada/gpio.inc
+++ b/board/asurada/gpio.inc
@@ -8,6 +8,43 @@
/* Declare symbolic names for all the GPIOs that we care about.
* Note: Those with interrupt handlers must be declared first. */
+/* Wake Source interrupts */
+
+/* Power sequencing interrupts */
+
+/* Sensor Interrupts */
+
+/* USB-C interrupts */
+
+/* Volume button interrupts */
+
+/* Power Sequencing Signals */
+
+/* MKBP event synchronization */
+
+/* USB and USBC Signals */
+
+/* Misc Signals */
+
+/* I2C pins - Alternate function below configures I2C module on these pins */
+
+/* SPI pins - Alternate function below configures SPI module on these pins */
+
+/* NC / TP */
+
+/* Keyboard pins */
+
+/* Alternate functions GPIO definitions */
+
+/* UART */
+
+/* PWM */
+
+/* ADC */
+
+/* Power Switch Logic (PSL) inputs */
+
+/* Unimplemented Pins */
UNIMPLEMENTED(UART1_RX)
UNIMPLEMENTED(PCH_SMI_L)
UNIMPLEMENTED(PCH_SCI_L)