File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 625
625
};
626
626
627
627
&pcie4 {
628
+ perst-gpios = <&tlmm 146 GPIO_ACTIVE_LOW>;
629
+ wake-gpios = <&tlmm 148 GPIO_ACTIVE_LOW>;
630
+
631
+ pinctrl-0 = <&pcie4_default>;
632
+ pinctrl-names = "default";
633
+
628
634
status = "okay";
629
635
};
630
636
791
797
bias-disable;
792
798
};
793
799
800
+ pcie4_default: pcie4-default-state {
801
+ clkreq-n-pins {
802
+ pins = "gpio147";
803
+ function = "pcie4_clk";
804
+ drive-strength = <2>;
805
+ bias-pull-up;
806
+ };
807
+
808
+ perst-n-pins {
809
+ pins = "gpio146";
810
+ function = "gpio";
811
+ drive-strength = <2>;
812
+ bias-disable;
813
+ };
814
+
815
+ wake-n-pins {
816
+ pins = "gpio148";
817
+ function = "gpio";
818
+ drive-strength = <2>;
819
+ bias-pull-up;
820
+ };
821
+ };
822
+
794
823
pcie6a_default: pcie6a-default-state {
795
824
clkreq-n-pins {
796
825
pins = "gpio153";
You can’t perform that action at this time.
0 commit comments