summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-cp2-5422/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
blob: 289bbded7818eb697e16d426e752d13193ade393 (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
{
    "gpio_configs": {

        "power_config": {
            "power_good_in": "PGOOD",
            "power_up_outs": [
                {"name": "POWER_OUT", "polarity": true}
            ],
            "reset_outs": [
                {"name": "RESET_OUT", "polarity": true}
            ]
        }
    },

    "gpio_definitions": [
        {
            "name": "PGOOD",
            "pin": "AB3",
            "direction": "in"
        },
        {
            "name": "POWER_BUTTON",
            "pin": "E2",
            "direction": "both"
        },
        {
            "name": "POWER_OUT",
            "pin": "E3",
            "direction": "out"
        },
        {
            "name": "RESET_BUTTON",
            "pin": "E0",
            "direction": "both"
        },
        {
            "name": "RESET_OUT",
            "pin": "E1",
            "direction": "out"
        },
        {
            "name": "ID_BTN",
            "pin": "AB2",
            "direction": "both"
        }
    ]
}