summaryrefslogtreecommitdiffstats
path: root/meta-ibm/meta-witherspoon/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
blob: bacde99be8e67dc08f540d7e639adf0c87197614 (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
55
56
57
58
59
60
61
62
63
{
    "gpio_configs": {

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

    "gpio_definitions": [
        {
            "name": "BMC_POWER_UP",
            "pin": "D1",
            "direction": "out"
        },
        {
            "name": "SOFTWARE_PGOOD",
            "pin": "R1",
            "direction": "out"
        },
        {
            "name": "SYS_PWROK_BUFF",
            "pin": "D2",
            "direction": "in"
        },
        {
            "name": "CHECKSTOP",
            "pin": "J2",
            "direction": "falling"
        },
        {
            "name": "BMC_CP0_RESET_N",
            "pin": "A1",
            "direction": "out"
        },
        {
            "name": "BMC_VS1_PERST_N",
            "pin": "B7",
            "direction": "out"
        },
        {
            "name": "BMC_CP0_PERST_ENABLE_R",
            "pin": "A3",
            "direction": "out"
        },
        {
            "name": "POWER_BUTTON",
            "pin": "I3",
            "direction": "both"
        },
        {
            "name": "RESET_BUTTON",
            "pin": "J1",
            "direction": "both"
        }
    ]
}
OpenPOWER on IntegriCloud