summaryrefslogtreecommitdiffstats
path: root/meta-intel/meta-s2600wf/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
blob: b02709ec2f489b0af02c1bd472e6fed4b3d51c5e (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_UP_PIN", "polarity": true}
            ],
            "reset_outs": [
                {"name": "RESET_OUT", "polarity": false}
            ]
        }
    },

    "gpio_definitions": [
        {
            "name": "PGOOD",
            "pin": "AB3",
            "direction": "in"
        },
        {
            "name": "POWER_BUTTON",
            "pin": "E2",
            "direction": "both"
        },
        {
            "name": "POWER_UP_PIN",
            "pin": "E3",
            "direction": "out"
        },
        {
            "name": "RESET_BUTTON",
            "pin": "E0",
            "direction": "both"
        },
        {
            "name": "RESET_OUT",
            "pin": "E1",
            "direction": "out"
        },
        {
            "name": "ID_BUTTON",
            "pin": "S6",
            "direction": "both"
        }
    ]
}
OpenPOWER on IntegriCloud