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

        "power_config": {
            "power_good_in": "PGOOD",
            "power_up_outs": [
            ],
            "reset_outs": [
                {"name": "BMC_S0_SYSRESET_N", "polarity": false}
            ]
        }
    },

    "gpio_definitions": [
        {
            "name": "PGOOD",
            "num": 200,
            "direction": "in"
        },
        {
            "name": "BMC_S0_SYSRESET_N",
            "num": 65,
            "direction": "out"
        }
    ]
}