|
156 | 156 |
|
157 | 157 | &i2c8 { |
158 | 158 | status = "okay"; |
| 159 | + mctp-controller; |
159 | 160 | temperature-sensor@1f { |
160 | 161 | compatible = "ti,tmp421"; |
161 | 162 | reg = <0x1f>; |
|
165 | 166 | compatible = "st,24c32"; |
166 | 167 | reg = <0x50>; |
167 | 168 | }; |
| 169 | + mctp@10 { |
| 170 | + compatible = "mctp-i2c-controller"; |
| 171 | + reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>; |
| 172 | + }; |
168 | 173 | }; |
169 | 174 |
|
170 | 175 | &i2c9 { |
|
238 | 243 | &gpio0 { |
239 | 244 | pinctrl-names = "default"; |
240 | 245 | pinctrl-0 = <&pinctrl_gpiu1_default &pinctrl_gpiu7_default>; |
| 246 | + |
| 247 | + gpio-line-names = |
| 248 | + /*A0-A7*/ "","","","","","","","", |
| 249 | + /*B0-B7*/ "power-bmc-nic","presence-ocp-debug", |
| 250 | + "power-bmc-slot1","power-bmc-slot2", |
| 251 | + "power-bmc-slot3","power-bmc-slot4","","", |
| 252 | + /*C0-C7*/ "presence-ocp-nic","","","reset-cause-nic-primary", |
| 253 | + "reset-cause-nic-secondary","","","", |
| 254 | + /*D0-D7*/ "","","","","","","","", |
| 255 | + /*E0-E7*/ "","","","","","","","", |
| 256 | + /*F0-F7*/ "slot1-bmc-reset-button","slot2-bmc-reset-button", |
| 257 | + "slot3-bmc-reset-button","slot4-bmc-reset-button", |
| 258 | + "","","","presence-emmc", |
| 259 | + /*G0-G7*/ "","","","","","","","", |
| 260 | + /*H0-H7*/ "","","","", |
| 261 | + "presence-mb-slot1","presence-mb-slot2", |
| 262 | + "presence-mb-slot3","presence-mb-slot4", |
| 263 | + /*I0-I7*/ "","","","","","","bb-bmc-button","", |
| 264 | + /*J0-J7*/ "","","","","","","","", |
| 265 | + /*K0-K7*/ "","","","","","","","", |
| 266 | + /*L0-L7*/ "","","","","","","","", |
| 267 | + /*M0-M7*/ "","power-nic-bmc-enable","","usb-bmc-enable","","reset-cause-usb-hub","","", |
| 268 | + /*N0-N7*/ "","","","","bmc-ready","","","", |
| 269 | + /*O0-O7*/ "","","","","","","fan0-bmc-cpld-enable","fan1-bmc-cpld-enable", |
| 270 | + /*P0-P7*/ "fan2-bmc-cpld-enable","fan3-bmc-cpld-enable", |
| 271 | + "reset-cause-pcie-slot1","reset-cause-pcie-slot2", |
| 272 | + "reset-cause-pcie-slot3","reset-cause-pcie-slot4","","", |
| 273 | + /*Q0-Q7*/ "","","","","","","","", |
| 274 | + /*R0-R7*/ "","","","","","","","", |
| 275 | + /*S0-S7*/ "","","power-p5v-usb","presence-bmc-tpm","","","","", |
| 276 | + /*T0-T7*/ "","","","","","","","", |
| 277 | + /*U0-U7*/ "","","","","","","","GND", |
| 278 | + /*V0-V7*/ "bmc-slot1-ac-button","bmc-slot2-ac-button", |
| 279 | + "bmc-slot3-ac-button","bmc-slot4-ac-button", |
| 280 | + "","","","", |
| 281 | + /*W0-W7*/ "","","","","","","","", |
| 282 | + /*X0-X7*/ "","","","","","","","", |
| 283 | + /*Y0-Y7*/ "","","","reset-cause-emmc","","","","", |
| 284 | + /*Z0-Z7*/ "","","","","","","",""; |
| 285 | +}; |
| 286 | + |
| 287 | +&gpio1 { |
| 288 | + gpio-line-names = |
| 289 | + /*18A0-18A7*/ "","","","","","","","", |
| 290 | + /*18B0-18B7*/ "","","","","","","","", |
| 291 | + /*18C0-18C7*/ "","","","","","","","", |
| 292 | + /*18D0-18D7*/ "","","","","","","","", |
| 293 | + /*18E0-18E3*/ "","","","","","","",""; |
241 | 294 | }; |
0 commit comments