File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 782
782
bias-disable;
783
783
};
784
784
785
+ sdc2_default: sdc2-default-state {
786
+ clk-pins {
787
+ pins = "sdc2_clk";
788
+ bias-disable;
789
+ drive-strength = <16>;
790
+ };
791
+ cmd-pins {
792
+ pins = "sdc2_cmd";
793
+ bias-pull-up;
794
+ drive-strength = <10>;
795
+ };
796
+ data-pins {
797
+ pins = "sdc2_data";
798
+ bias-pull-up;
799
+ drive-strength = <10>;
800
+ };
801
+ };
802
+
803
+ sdc2_sleep: sdc2-sleep-state {
804
+ clk-pins {
805
+ pins = "sdc2_clk";
806
+ bias-disable;
807
+ drive-strength = <2>;
808
+ };
809
+ cmd-pins {
810
+ pins = "sdc2_cmd";
811
+ bias-pull-up;
812
+ drive-strength = <2>;
813
+ };
814
+ data-pins {
815
+ pins = "sdc2_data";
816
+ bias-pull-up;
817
+ drive-strength = <2>;
818
+ };
819
+ };
820
+
785
821
wcss_wlan_default: wcss-wlan-default-state {
786
822
wcss-wlan2-pins {
787
823
pins = "gpio40";
You can’t perform that action at this time.
0 commit comments