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

        "power_config": {
            "power_good_in": "CPLD_BMC_SYS_PWROK",
            "power_up_outs": [
                { "name": "BMC_CPLD_SOFTWARE_PG_N", "polarity": false},
                { "name": "BMC_CPLD_SYS_PWRON", "polarity": false}
            ],
            "reset_outs": [
            ]
        }
    },

    "gpio_definitions": [
        {
            "name": "BMC_CPLD_SOFTWARE_PG_N",
            "pin": "J3",
            "direction": "out"
        },
        {
            "name": "BMC_CPLD_SYS_PWRON",
            "pin": "AA7",
            "direction": "out"
        },
        {
            "name": "CPLD_BMC_SYS_PWROK",
            "pin": "AA1",
            "direction": "in"
        },
        {
            "name": "POWER_BUTTON",
            "pin": "AA6",
            "direction": "both"
        },
        {
            "name": "RESET_BUTTON",
            "pin": "AB0",
            "direction": "both"
        }
    ]
}