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

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

    "gpio_definitions": [
        {
            "name": "PGOOD",
            "pin": "Z1",
            "direction": "in"
        },
        {
            "name": "POWER_UP_PIN",
            "pin": "I0",
            "direction": "both"
        }
    ]
}