summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorXo Wang <xow@google.com>2017-01-12 14:37:42 -0800
committerXo Wang <xow@google.com>2017-01-12 14:37:42 -0800
commit58d7a0bd74cb8af8420e30ec55f93e2b8e2a39a9 (patch)
tree252e599316f75444d9fdccc1be91865cd87578e2 /configs
parent45cb4fcc1842ed6f7dc6ada791f8a8fdaec98e3c (diff)
downloadblackbird-skeleton-58d7a0bd74cb8af8420e30ec55f93e2b8e2a39a9.tar.gz
blackbird-skeleton-58d7a0bd74cb8af8420e30ec55f93e2b8e2a39a9.zip
zaius-config: Update GPIOs for EVT2
Remove unused (and now incorrect) FSI data and clock pins. Update reset pushbutton pin. Reset button will not work on the new pin as interrupts on GPIO port AA are pending a kernel fix. We're retiring EVT1 boards in favor of EVT2. Signed-off-by: Xo Wang <xow@google.com> Change-Id: Ib34a7ff81d9ad3013d128c827e4e8b4e9e030946
Diffstat (limited to 'configs')
-rw-r--r--configs/Zaius.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/configs/Zaius.py b/configs/Zaius.py
index 2ce380d..8baafc4 100644
--- a/configs/Zaius.py
+++ b/configs/Zaius.py
@@ -281,10 +281,6 @@ GPIO_CONFIG['BMC_CP0_PERST_ENABLE'] = \
{'gpio_pin': 'A3', 'direction': 'out'}
GPIO_CONFIG['BMC_UCD_LATCH_LE'] = \
{'gpio_pin': 'B4', 'direction': 'out'}
-GPIO_CONFIG['FSI_DATA'] = \
- {'gpio_pin': 'E0', 'direction': 'out'}
-GPIO_CONFIG['FSI_CLK'] = \
- {'gpio_pin': 'AA0', 'direction': 'out'}
GPIO_CONFIG['FSI_ENABLE'] = \
{'gpio_pin': 'D0', 'direction': 'out'}
GPIO_CONFIG['CRONUS_SEL'] = \
@@ -294,7 +290,7 @@ GPIO_CONFIG['POWER_BUTTON'] = \
{'gpio_pin': 'I3', 'direction': 'both'}
# FIXME: net name is FP_RST_BTN_N in schematic
GPIO_CONFIG['RESET_BUTTON'] = \
- {'gpio_pin': 'G3', 'direction': 'both'}
+ {'gpio_pin': 'AA0', 'direction': 'both'}
GPIO_CONFIG['PE_MEZZB_PRSNT_N'] = \
{'gpio_pin': 'P7', 'direction': 'in'}
OpenPOWER on IntegriCloud