.. | .. |
---|
146 | 146 | gpio_function = <0>; |
---|
147 | 147 | }; |
---|
148 | 148 | |
---|
| 149 | + m2_wifi_pwr { |
---|
| 150 | + gpio_num = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>;//WIFI_PWREN_GPIO3_C6_1V8 |
---|
| 151 | + gpio_function = <0>; |
---|
| 152 | + }; |
---|
| 153 | + |
---|
149 | 154 | |
---|
150 | 155 | #if 0 |
---|
151 | 156 | do1 { |
---|
.. | .. |
---|
388 | 393 | rx_delay = <0x2f>; |
---|
389 | 394 | |
---|
390 | 395 | phy-handle = <&rgmii_phy0>; |
---|
391 | | - status = "disabled"; |
---|
| 396 | + |
---|
| 397 | + status = "okay"; |
---|
| 398 | + |
---|
392 | 399 | }; |
---|
393 | 400 | |
---|
394 | 401 | &gmac1 { |
---|
.. | .. |
---|
533 | 540 | }; |
---|
534 | 541 | |
---|
535 | 542 | &pcie30phy { |
---|
536 | | - status = "disabled"; |
---|
| 543 | + status = "okay"; |
---|
537 | 544 | }; |
---|
538 | 545 | |
---|
539 | 546 | &pcie2x1 { |
---|
.. | .. |
---|
543 | 550 | }; |
---|
544 | 551 | |
---|
545 | 552 | &pcie3x2 { |
---|
546 | | - reset-gpios = <&gpio2 RK_PD6 GPIO_ACTIVE_HIGH>; |
---|
| 553 | + reset-gpios = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>; |
---|
| 554 | + vpcie3v3-supply = <&vcc3v3_pcie>; |
---|
| 555 | + status = "disabled"; |
---|
| 556 | +}; |
---|
| 557 | + |
---|
| 558 | +&pcie3x1 { |
---|
| 559 | + rockchip,bifurcation; |
---|
| 560 | + reset-gpios = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>; |
---|
547 | 561 | vpcie3v3-supply = <&vcc3v3_pcie>; |
---|
548 | 562 | status = "okay"; |
---|
549 | 563 | }; |
---|