forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-30 6c9be420e167ee7ce45c0309586f09ddab28ac15
kernel/arch/arm64/boot/dts/rockchip/NK-R36S0.dtsi
....@@ -146,6 +146,11 @@
146146 gpio_function = <0>;
147147 };
148148
149
+ m2_wifi_pwr {
150
+ gpio_num = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>;//WIFI_PWREN_GPIO3_C6_1V8
151
+ gpio_function = <0>;
152
+ };
153
+
149154
150155 #if 0
151156 do1 {
....@@ -388,7 +393,9 @@
388393 rx_delay = <0x2f>;
389394
390395 phy-handle = <&rgmii_phy0>;
391
- status = "disabled";
396
+
397
+ status = "okay";
398
+
392399 };
393400
394401 &gmac1 {
....@@ -533,7 +540,7 @@
533540 };
534541
535542 &pcie30phy {
536
- status = "disabled";
543
+ status = "okay";
537544 };
538545
539546 &pcie2x1 {
....@@ -543,7 +550,14 @@
543550 };
544551
545552 &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>;
547561 vpcie3v3-supply = <&vcc3v3_pcie>;
548562 status = "okay";
549563 };
....@@ -681,7 +695,7 @@
681695 };
682696
683697 &uart0 {
684
- status = "okay";
698
+ status = "disabled";
685699 };
686700
687701 &uart1 {
....@@ -706,11 +720,11 @@
706720 };
707721
708722 &uart7 {
709
- status = "okay";
723
+ status = "disabled";
710724 pinctrl-0 = <&uart7m1_xfer>;
711725 };
712726
713727 &uart9 {
714
- status = "okay";
728
+ status = "disabled";
715729 pinctrl-0 = <&uart9m1_xfer>;
716730 };