[PATCH skeleton v6 19/19] Add BMC_CPLD GPIO define
OpenBMC Patches
openbmc-patches at stwcx.xyz
Fri Nov 27 17:50:31 AEDT 2015
From: Ken <ken.sk.lai at mail.foxconn.com>
---
bin/Barreleye.py | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/bin/Barreleye.py b/bin/Barreleye.py
index e255ca7..f009b48 100755
--- a/bin/Barreleye.py
+++ b/bin/Barreleye.py
@@ -494,6 +494,10 @@ GPIO_CONFIG['USB_RESET'] = { 'gpio_pin': 'B6', 'direction': 'out' }
GPIO_CONFIG['BEEP'] = { 'gpio_pin': 'N7', 'direction': 'out' }
GPIO_CONFIG['BMC_TROTTLE'] = { 'gpio_pin': 'J3', 'direction': 'out' }
GPIO_CONFIG['BMC_HEARTBEAT'] = { 'gpio_pin': 'R4', 'direction': 'out' }
+GPIO_CONFIG['CPLD_TCK'] = { 'gpio_pin': 'P0', 'direction': 'out' }
+GPIO_CONFIG['CPLD_TDO'] = { 'gpio_pin': 'P1', 'direction': 'out' }
+GPIO_CONFIG['CPLD_TDI'] = { 'gpio_pin': 'P2', 'direction': 'out' }
+GPIO_CONFIG['CPLD_TMS'] = { 'gpio_pin': 'P3', 'direction': 'out' }
GPIO_CONFIG['SLOT0_RISER_PRESENT'] = { 'gpio_pin': 'N0', 'direction': 'in' }
GPIO_CONFIG['SLOT1_RISER_PRESENT'] = { 'gpio_pin': 'N1', 'direction': 'in' }
GPIO_CONFIG['SLOT2_RISER_PRESENT'] = { 'gpio_pin': 'N2', 'direction': 'in' }
--
2.6.3
More information about the openbmc
mailing list