|
251 | 251 | pinctrl-0 = <&pinctrl_rgmii1_default>;
|
252 | 252 | };
|
253 | 253 |
|
| 254 | +&mac3 { |
| 255 | + status = "okay"; |
| 256 | + pinctrl-names = "default"; |
| 257 | + pinctrl-0 = <&pinctrl_rmii4_default>; |
| 258 | + clock-names = "MACCLK", "RCLK"; |
| 259 | + use-ncsi; |
| 260 | +}; |
| 261 | + |
254 | 262 | &fmc {
|
255 | 263 | status = "okay";
|
256 | 264 | flash@0 {
|
|
439 | 447 | status = "okay";
|
440 | 448 | };
|
441 | 449 |
|
| 450 | +&i2c8 { |
| 451 | + status = "okay"; |
| 452 | + |
| 453 | + gpio@77 { |
| 454 | + compatible = "nxp,pca9539"; |
| 455 | + reg = <0x77>; |
| 456 | + gpio-controller; |
| 457 | + #address-cells = <1>; |
| 458 | + #size-cells = <0>; |
| 459 | + #gpio-cells = <2>; |
| 460 | + |
| 461 | + bmc-ocp0-en-hog { |
| 462 | + gpio-hog; |
| 463 | + gpios = <7 GPIO_ACTIVE_LOW>; |
| 464 | + output-high; |
| 465 | + line-name = "bmc-ocp0-en-n"; |
| 466 | + }; |
| 467 | + }; |
| 468 | +}; |
| 469 | + |
442 | 470 | &i2c9 {
|
443 | 471 | status = "okay";
|
444 | 472 | };
|
|
530 | 558 | /*V0-V7*/ "s0-hightemp-n","s0-fault-alert","s0-sys-auth-failure-n",
|
531 | 559 | "host0-reboot-ack-n","host0-ready","host0-shd-req-n",
|
532 | 560 | "host0-shd-ack-n","s0-overtemp-n",
|
533 |
| - /*W0-W7*/ "ocp-aux-pwren","ocp-main-pwren","ocp-pgood","", |
| 561 | + /*W0-W7*/ "","ocp-main-pwren","ocp-pgood","", |
534 | 562 | "bmc-ok","bmc-ready","spi0-program-sel","spi0-backup-sel",
|
535 | 563 | /*X0-X7*/ "i2c-backup-sel","s1-fault-alert","s1-fw-boot-ok",
|
536 | 564 | "s1-hightemp-n","s0-spi-auth-fail-n","s1-sys-auth-failure-n",
|
537 | 565 | "s1-overtemp-n","s1-spi-auth-fail-n",
|
538 | 566 | /*Y0-Y7*/ "","","","","","","","host0-special-boot",
|
539 | 567 | /*Z0-Z7*/ "reset-button","ps0-pgood","ps1-pgood","","","","","";
|
| 568 | + |
| 569 | + ocp-aux-pwren-hog { |
| 570 | + gpio-hog; |
| 571 | + gpios = <ASPEED_GPIO(W, 0) GPIO_ACTIVE_HIGH>; |
| 572 | + output-high; |
| 573 | + line-name = "ocp-aux-pwren"; |
| 574 | + }; |
540 | 575 | };
|
541 | 576 |
|
542 | 577 | &gpio1 {
|
|
0 commit comments