From 23b93b7b24fec66d3b3d0e75d2383081a81008cf Mon Sep 17 00:00:00 2001 From: Eric Yilun Lin Date: Fri, 13 Mar 2020 10:05:35 +0800 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2102095 Reviewed-by: Ting Shen --- board/asurada/gpio.inc | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) 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) -- cgit v1.2.1