summaryrefslogtreecommitdiffstats
path: root/meta-ibm/meta-palmetto/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
blob: 5ca21e3e26b1803d9adc0d23fe4840b0f37ca55d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
    "gpio_configs": {

        "power_config": {
            "power_good_in": "PGOOD",
            "power_up_outs": [
                {"name": "POWER_PIN", "polarity": false}
            ],
            "reset_outs": [
                {"name": "USB_RESET", "polarity": false}
            ],
            "pci_reset_outs": [
                {"name": "PCIE_RESET", "polarity": false, "hold": false}
            ]
        }
    },

    "gpio_definitions": [
        {
            "name": "POWER_PIN",
            "pin": "E1",
            "direction": "out"
        },
        {
            "name": "PGOOD",
            "pin": "C7",
            "direction": "in"
        },
        {
            "name": "BMC_THROTTLE",
            "pin": "J3",
            "direction": "out"
        },
        {
            "name": "IDBTN",
            "pin": "Q7",
            "direction": "out"
        },
        {
            "name": "POWER_BUTTON",
            "pin": "E0",
            "direction": "both"
        },
        {
            "name": "PCIE_RESET",
            "pin": "B5",
            "direction": "out"
        },
        {
            "name": "USB_RESET",
            "pin": "B6",
            "direction": "out"
        },
        {
            "name": "CHECKSTOP",
            "pin": "P5",
            "direction": "falling"
        }
    ]
}
OpenPOWER on IntegriCloud