summaryrefslogtreecommitdiffstats
path: root/meta-ingrasys/meta-ingrasys/meta-zaius/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
blob: 305f41c468161c2326dec9cf7452aa79ee7cb7a0 (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
    "gpio_configs": {

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

    "gpio_definitions": [
        {
            "name": "SOFTWARE_PGOOD",
            "pin": "R1",
            "direction": "out"
        },
        {
            "name": "BMC_POWER_UP",
            "pin": "D1",
            "direction": "out"
        },
        {
            "name": "SYS_PWROK_BUFF",
            "pin": "D2",
            "direction": "in"
        },
        {
            "name": "PHY_RST_N",
            "pin": "D3",
            "direction": "out"
        },
        {
            "name": "HDD_PWR_EN",
            "pin": "D4",
            "direction": "out"
        },
        {
            "name": "CP0_DEVICES_RESET_N",
            "pin": "A1",
            "direction": "out"
        },
        {
            "name": "BMC_CP0_PERST_ENABLE",
            "pin": "A3",
            "direction": "out"
        },
        {
            "name": "BMC_UCD_LATCH_LE",
            "pin": "B4",
            "direction": "out"
        },
        {
            "name": "POWER_BUTTON",
            "pin": "I3",
            "direction": "both"
        },
        {
            "name": "RESET_BUTTON",
            "pin": "AA0",
            "direction": "both"
        },
        {
            "name": "PE_MEZZB_PRSNT_N",
            "pin": "P7",
            "direction": "in"
        },
        {
            "name": "CHECKSTOP",
            "pin": "F7",
            "direction": "falling"
        }
    ]
}
OpenPOWER on IntegriCloud