summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorXo Wang <xow@google.com>2016-10-26 13:55:34 -0700
committerPatrick Williams <patrick@stwcx.xyz>2016-10-31 14:40:41 +0000
commite83635a9c613515ecfec8f27f15ae9deefee8f43 (patch)
treec922b41b90e7377a96db337377d4058e88c9941d /configs
parent9d61237e4b669002b340fedcf66ce36f99ba32ce (diff)
downloadtalos-skeleton-e83635a9c613515ecfec8f27f15ae9deefee8f43.tar.gz
talos-skeleton-e83635a9c613515ecfec8f27f15ae9deefee8f43.zip
config: Zaius: Add FSI mux selector GPIO
Add CRONUS_SEL to Zaius.py so it can be driven high (selects the BMC for FSI). Signed-off-by: Xo Wang <xow@google.com> Change-Id: I13da51f63872e37ccc963967f3bfb8135c0a6b38
Diffstat (limited to 'configs')
-rw-r--r--configs/Zaius.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/Zaius.py b/configs/Zaius.py
index 22d446c..bb70846 100644
--- a/configs/Zaius.py
+++ b/configs/Zaius.py
@@ -288,6 +288,8 @@ GPIO_CONFIG['FSI_CLK'] = \
{'gpio_pin': 'AA0', 'direction': 'out'}
GPIO_CONFIG['FSI_ENABLE'] = \
{'gpio_pin': 'D0', 'direction': 'out'}
+GPIO_CONFIG['CRONUS_SEL'] = \
+ {'gpio_pin': 'P6', 'direction': 'out'}
# FIXME: net name is FP_PWR_BTN_N in schematic
GPIO_CONFIG['POWER_BUTTON'] = \
{'gpio_pin': 'I3', 'direction': 'both'}
OpenPOWER on IntegriCloud