summaryrefslogtreecommitdiff
path: root/meta-inventec/meta-lanyang/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@intel.com>2022-01-06 23:59:39 +0300
committerJason M. Bills <jason.m.bills@intel.com>2022-01-06 23:59:39 +0300
commit32777eec25d2c527a62e5ffab90a3dfef35855aa (patch)
tree588a90a6fe9fb0b35c7ce23ea3bd79fa5151ccde /meta-inventec/meta-lanyang/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
parent61f1ca1b31a9a1108e9e7f71e47fdc19beb0490b (diff)
parent5cc2f81c5b66da00cad24e18b0d23442af060c3f (diff)
downloadopenbmc-32777eec25d2c527a62e5ffab90a3dfef35855aa.tar.xz
Merge tag '0.86' of firmware.bmc.openbmc.yocto.openbmc into update
Diffstat (limited to 'meta-inventec/meta-lanyang/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json')
-rw-r--r--meta-inventec/meta-lanyang/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json78
1 files changed, 0 insertions, 78 deletions
diff --git a/meta-inventec/meta-lanyang/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json b/meta-inventec/meta-lanyang/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
deleted file mode 100644
index 0bb36c66b..000000000
--- a/meta-inventec/meta-lanyang/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
+++ /dev/null
@@ -1,78 +0,0 @@
-{
- "gpio_configs": {
-
- "power_config": {
- "power_good_in": "SYS_PWROK_BUFF",
- "latch_out": "BMC_UCD_LATCH_LE",
- "power_up_outs": [
- {"name": "SOFTWARE_PGOOD", "polarity": true},
- {"name": "BMC_POWER_UP", "polarity": false}
- ],
- "reset_outs": [
- ]
- }
- },
-
- "gpio_definitions": [
- {
- "name": "SOFTWARE_PGOOD",
- "pin": "M6",
- "direction": "out"
- },
- {
- "name": "BMC_POWER_UP",
- "pin": "E2",
- "direction": "out"
- },
- {
- "name": "SYS_PWROK_BUFF",
- "pin": "F6",
- "direction": "in"
- },
- {
- "name": "PHY_RST_N",
- "pin": "D6",
- "direction": "out"
- },
- {
- "name": "HDD_PWR_EN",
- "pin": "B0",
- "direction": "out"
- },
- {
- "name": "CP0_DEVICES_RESET_N",
- "pin": "AA6",
- "direction": "out"
- },
- {
- "name": "BMC_CP0_PERST_ENABLE",
- "pin": "H3",
- "direction": "out"
- },
- {
- "name": "BMC_UCD_LATCH_LE",
- "pin": "P4",
- "direction": "out"
- },
- {
- "name": "POWER_BUTTON",
- "pin": "E4",
- "direction": "both"
- },
- {
- "name": "RESET_BUTTON",
- "pin": "E3",
- "direction": "both"
- },
- {
- "name": "PE_MEZZB_PRSNT_N",
- "pin": "P6",
- "direction": "in"
- },
- {
- "name": "CHECKSTOP",
- "pin": "F3",
- "direction": "falling"
- }
- ]
-}