summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2017-02-06 13:04:39 -0600
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-02-07 19:35:35 +0000
commit6c570c450e926a182481969031ef01b427d91079 (patch)
tree6f8b30471bb10dcd6184e607470ad3f38be1b9bc
parented9ff7013e6e74d2ade8b751d7982981fd7387c8 (diff)
downloadtalos-skeleton-6c570c450e926a182481969031ef01b427d91079.tar.gz
talos-skeleton-6c570c450e926a182481969031ef01b427d91079.zip
Define the checkstop GPIO for Zaius
Required so the BMC can detect a checkstop and reboot the host. Change-Id: I39dfc46b5173bd581b857851f41f388d2bd5ea79 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
-rw-r--r--configs/Zaius.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/Zaius.py b/configs/Zaius.py
index 8baafc4..1a3af4e 100644
--- a/configs/Zaius.py
+++ b/configs/Zaius.py
@@ -293,7 +293,8 @@ GPIO_CONFIG['RESET_BUTTON'] = \
{'gpio_pin': 'AA0', 'direction': 'both'}
GPIO_CONFIG['PE_MEZZB_PRSNT_N'] = \
{'gpio_pin': 'P7', 'direction': 'in'}
-
+GPIO_CONFIG['CHECKSTOP'] = \
+ {'gpio_pin': 'F7', 'direction': 'falling'}
HWMON_CONFIG = {
'0-0064': {
'names': {
OpenPOWER on IntegriCloud