summaryrefslogtreecommitdiff
path: root/meta-yadro/meta-vesnin/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json
blob: 75b0480bdd76a44f9bd42ec73164fe850e5c68b8 (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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
    "gpio_configs": {
        "power_config": {
            "power_good_in": "SYS_PWROK_BUFF",
            "power_up_outs": [
                {"name": "BMC_POWER_UP", "polarity": false}
            ],
            "reset_outs": [
                {"name": "CM1_OE_R_N", "polarity": true},
                {"name": "BMC_CP0_RESET_N", "polarity": false}
            ],
            "pci_reset_outs": [
                {"name": "PEX8718_DEVICES_RESET_N", "polarity": false, "hold": true}
            ]
        }
    },

    "gpio_definitions": [
        {
            "name": "BMC_POWER_UP",
            "pin": "E1",
            "direction": "out"
        },
        {
            "name": "SYS_PWROK_BUFF",
            "pin": "E6",
            "direction": "in"
        },
        {
            "name": "BMC_WD_CLEAR_PULSE_N",
            "pin": "N4",
            "direction": "out"
        },
        {
            "name": "CM1_OE_R_N",
            "pin": "Q6",
            "direction": "out"
        },
        {
            "name": "BMC_CP0_RESET_N",
            "pin": "O2",
            "direction": "out"
        },
        {
            "name": "PSU_PG",
            "pin": "J2",
            "direction": "in"
        },
        {
            "name": "PEX8718_DEVICES_RESET_N",
            "pin": "B6",
            "direction": "out"
        },
        {
            "name": "CP0_DEVICES_RESET_N",
            "pin": "N3",
            "direction": "in"
        },
        {
            "name": "CP1_DEVICES_RESET_N",
            "pin": "N5",
            "direction": "in"
        },
        {
            "name": "CP2_DEVICES_RESET_N",
            "pin": "P0",
            "direction": "in"
        },

        {
            "name": "CP3_DEVICES_RESET_N",
            "pin": "P1",
            "direction": "in"
        },
        {
            "name": "IDBTN",
            "pin": "Q7",
            "direction": "out"
        },
        {
            "name": "POWER_BUTTON",
            "pin": "E0",
            "direction": "both"
        },
        {
            "name": "RESET_BUTTON",
            "pin": "E2",
            "direction": "both"
        },
        {
            "name": "CHECKSTOP",
            "pin": "P5",
            "direction": "falling"
        },
        {
            "name": "PS0_PRES_N",
            "pin": "P7",
            "direction": "in"
        },
        {
            "name": "PS1_PRES_N",
            "pin": "N0",
            "direction": "in"
        },
        {
            "name": "FSI_DATA",
            "pin": "A5",
            "direction": "out"
        },
        {
            "name": "FSI_CLK",
            "pin": "A4",
            "direction": "out"
        },
        {
            "name": "FSI_ENABLE",
            "pin": "E5",
            "direction": "out"
        },
        {
            "name": "CRONUS_SEL",
            "pin": "A6",
            "direction": "out"
        },
        {
            "name": "CP0_FSI0_DATA_EN",
            "pin": "H6",
            "direction": "out"
        }
    ]
}