summaryrefslogtreecommitdiff
path: root/meta-fii/meta-kudo/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
blob: 47cb2cc60f4f44b0b170c3082283793831939ff3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "gpio_configs": {

        "power_config": {
            "power_good_in": "PGOOD",
            "power_up_outs": [
            ],
            "reset_outs": [
            ]
        }
    },

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