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

        "power_config": {
            "power_good_in": "PGOOD",
            "power_up_outs": [
               {"name": "BMC_SYS_PSON_L", "polarity": false},
               {"name": "BMC_READY", "polarity": true}
            ],
            "reset_outs": [
               {"name": "BMC_S0_SYSRESET_L", "polarity": false},
               {"name": "BMC_S1_SYSRESET_L", "polarity": false}
            ]
        }
    },

    "gpio_definitions": [
        {
            "name": "PGOOD",
            "pin": "F4",
            "direction": "in"
        },
        {
            "name": "BMC_SYS_PSON_L",
            "pin": "F2",
            "direction": "out"
        },
        {
            "name": "BMC_S0_SYSRESET_L",
            "pin": "L3",
            "direction": "out"
        },
        {
            "name": "BMC_S1_SYSRESET_L",
            "pin": "L4",
            "direction": "out"
        },
        {
            "name": "POWER_BUTTON",
            "pin": "B4",
            "direction": "both"
        },
        {
            "name": "RESET_BUTTON",
            "pin": "R5",
            "direction": "both"
        },
        {
            "name": "BMC_READY",
            "pin": "AC5",
            "direction": "out"
        }
    ]
}