summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf/witherspoon-tacoma/gpio_defs.json
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ibm/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf/witherspoon-tacoma/gpio_defs.json')
-rw-r--r--meta-ibm/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf/witherspoon-tacoma/gpio_defs.json58
1 files changed, 0 insertions, 58 deletions
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf/witherspoon-tacoma/gpio_defs.json b/meta-ibm/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf/witherspoon-tacoma/gpio_defs.json
deleted file mode 100644
index 4ea152249..000000000
--- a/meta-ibm/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf/witherspoon-tacoma/gpio_defs.json
+++ /dev/null
@@ -1,58 +0,0 @@
-{
- "gpio_configs": {
-
- "power_config": {
- "power_good_in": "SYS_PWROK_BUFF",
- "power_up_outs": [
- {"name": "SOFTWARE_PGOOD", "polarity": true},
- {"name": "BMC_POWER_UP", "polarity": true}
- ],
- "reset_outs": [
- {"name": "BMC_CP0_RESET_N", "polarity": false}
- ]
- }
- },
-
- "gpio_definitions": [
- {
- "name": "BMC_POWER_UP",
- "pin": "R1",
- "direction": "out"
- },
- {
- "name": "SOFTWARE_PGOOD",
- "pin": "H5",
- "direction": "out"
- },
- {
- "name": "SYS_PWROK_BUFF",
- "pin": "R2",
- "direction": "in"
- },
- {
- "name": "CHECKSTOP",
- "pin": "E3",
- "direction": "falling"
- },
- {
- "name": "BMC_CP0_RESET_N",
- "pin": "Q0",
- "direction": "out"
- },
- {
- "name": "BMC_VS1_PERST_N",
- "pin": "R0",
- "direction": "out"
- },
- {
- "name": "BMC_CP0_PERST_ENABLE_R",
- "pin": "Q1",
- "direction": "out"
- },
- {
- "name": "POWER_BUTTON",
- "pin": "E0",
- "direction": "both"
- }
- ]
-}