summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf/rainier/gpio_defs.json
blob: 2960395025f60b4cde797d144cd014e57ed6d1bb (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
{
    "gpio_configs": {

        "power_config": {
            "power_good_in": "SYS_PWROK_BUFF",
            "power_up_outs": [
                {"name": "SOFTWARE_PGOOD", "polarity": true},
                {"name": "BMC_POWER_UP", "polarity": true}
            ]
        }
    },

    "gpio_definitions": [
        {
            "name": "BMC_POWER_UP",
            "pin": "R1",
            "direction": "out"
        },
        {
            "name": "SOFTWARE_PGOOD",
            "pin": "F1",
            "direction": "out"
        },
        {
            "name": "SYS_PWROK_BUFF",
            "pin": "R2",
            "direction": "in"
        }
    ]
}