summaryrefslogtreecommitdiff
path: root/meta-lenovo/meta-hr855xg2/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
blob: d8213fdae2c31cd3e5a76eb3194cc9f9860f1439 (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
{
    "gpio_configs": {

        "power_config": {
            "power_good_in": "PGOOD",
            "power_up_outs": [
            ],
            "reset_outs": [
            ]
        }
    },

    "gpio_definitions": [
        {
            "name": "PGOOD",
            "pin": "H7",
            "direction": "in"
        },
        {
             "name": "POWER_BUTTON",
             "pin": "I1",
             "direction": "both"
        },
        {
             "name": "RESET_BUTTON",
             "pin": "R0",
             "direction": "both"
        },
        {
            "name": "ID_BTN",
            "pin": "Y2",
            "direction": "both"
        }
    ]
}