|
|
@@ -301,14 +301,14 @@
|
|
|
&pio {
|
|
|
en8811_pwr_a: en8811-pwr-a {
|
|
|
pins = "GPIO_11";
|
|
|
- drive-strength = <8>;
|
|
|
+ drive-strength = <MTK_DRIVE_8mA>;
|
|
|
bias-pull-down = <MTK_PUPD_SET_R1R0_01>;
|
|
|
output-low;
|
|
|
};
|
|
|
|
|
|
en8811_pwr_b: en8811-pwr-b {
|
|
|
pins = "GPIO_12";
|
|
|
- drive-strength = <8>;
|
|
|
+ drive-strength = <MTK_DRIVE_8mA>;
|
|
|
bias-pull-down = <MTK_PUPD_SET_R1R0_01>;
|
|
|
output-low;
|
|
|
};
|
|
|
@@ -337,12 +337,12 @@
|
|
|
"EMMC_DATA_3", "EMMC_DATA_4", "EMMC_DATA_5",
|
|
|
"EMMC_DATA_6", "EMMC_DATA_7", "EMMC_CMD";
|
|
|
input-enable;
|
|
|
- drive-strength = <4>;
|
|
|
+ drive-strength = <MTK_DRIVE_4mA>;
|
|
|
bias-pull-up = <MTK_PUPD_SET_R1R0_01>;
|
|
|
};
|
|
|
conf-clk {
|
|
|
pins = "EMMC_CK";
|
|
|
- drive-strength = <6>;
|
|
|
+ drive-strength = <MTK_DRIVE_6mA>;
|
|
|
bias-pull-down = <MTK_PUPD_SET_R1R0_10>;
|
|
|
};
|
|
|
conf-ds {
|
|
|
@@ -351,7 +351,7 @@
|
|
|
};
|
|
|
conf-rst {
|
|
|
pins = "EMMC_RSTB";
|
|
|
- drive-strength = <4>;
|
|
|
+ drive-strength = <MTK_DRIVE_4mA>;
|
|
|
bias-pull-up = <MTK_PUPD_SET_R1R0_01>;
|
|
|
};
|
|
|
};
|
|
|
@@ -366,12 +366,12 @@
|
|
|
"EMMC_DATA_3", "EMMC_DATA_4", "EMMC_DATA_5",
|
|
|
"EMMC_DATA_6", "EMMC_DATA_7", "EMMC_CMD";
|
|
|
input-enable;
|
|
|
- drive-strength = <4>;
|
|
|
+ drive-strength = <MTK_DRIVE_4mA>;
|
|
|
bias-pull-up = <MTK_PUPD_SET_R1R0_01>;
|
|
|
};
|
|
|
conf-clk {
|
|
|
pins = "EMMC_CK";
|
|
|
- drive-strength = <6>;
|
|
|
+ drive-strength = <MTK_DRIVE_6mA>;
|
|
|
bias-pull-down = <MTK_PUPD_SET_R1R0_10>;
|
|
|
};
|
|
|
conf-ds {
|
|
|
@@ -380,7 +380,7 @@
|
|
|
};
|
|
|
conf-rst {
|
|
|
pins = "EMMC_RSTB";
|
|
|
- drive-strength = <4>;
|
|
|
+ drive-strength = <MTK_DRIVE_4mA>;
|
|
|
bias-pull-up = <MTK_PUPD_SET_R1R0_01>;
|
|
|
};
|
|
|
};
|
|
|
@@ -406,12 +406,12 @@
|
|
|
};
|
|
|
conf-pu {
|
|
|
pins = "SPI2_CS", "SPI2_HOLD", "SPI2_WP";
|
|
|
- drive-strength = <8>;
|
|
|
+ drive-strength = <MTK_DRIVE_8mA>;
|
|
|
bias-disable;
|
|
|
};
|
|
|
conf-pd {
|
|
|
pins = "SPI2_CLK", "SPI2_MOSI", "SPI2_MISO";
|
|
|
- drive-strength = <8>;
|
|
|
+ drive-strength = <MTK_DRIVE_8mA>;
|
|
|
bias-disable;
|
|
|
};
|
|
|
};
|
|
|
@@ -433,32 +433,32 @@
|
|
|
usb_ngff_pins: usb-ngff-pins {
|
|
|
ngff-gnss-off {
|
|
|
pins = "GPIO_6";
|
|
|
- drive-strength = <8>;
|
|
|
+ drive-strength = <MTK_DRIVE_8mA>;
|
|
|
bias-pull-up = <MTK_PUPD_SET_R1R0_01>;
|
|
|
};
|
|
|
ngff-pe-rst {
|
|
|
pins = "GPIO_7";
|
|
|
- drive-strength = <8>;
|
|
|
+ drive-strength = <MTK_DRIVE_8mA>;
|
|
|
bias-pull-up = <MTK_PUPD_SET_R1R0_01>;
|
|
|
};
|
|
|
ngff-wwan-off {
|
|
|
pins = "GPIO_8";
|
|
|
- drive-strength = <8>;
|
|
|
+ drive-strength = <MTK_DRIVE_8mA>;
|
|
|
bias-pull-up = <MTK_PUPD_SET_R1R0_01>;
|
|
|
};
|
|
|
ngff-pwr-off {
|
|
|
pins = "GPIO_9";
|
|
|
- drive-strength = <8>;
|
|
|
+ drive-strength = <MTK_DRIVE_8mA>;
|
|
|
bias-pull-up = <MTK_PUPD_SET_R1R0_01>;
|
|
|
};
|
|
|
ngff-rst {
|
|
|
pins = "GPIO_10";
|
|
|
- drive-strength = <8>;
|
|
|
+ drive-strength = <MTK_DRIVE_8mA>;
|
|
|
bias-pull-up = <MTK_PUPD_SET_R1R0_01>;
|
|
|
};
|
|
|
ngff-coex {
|
|
|
pins = "SPI1_CS";
|
|
|
- drive-strength = <8>;
|
|
|
+ drive-strength = <MTK_DRIVE_8mA>;
|
|
|
bias-pull-up = <MTK_PUPD_SET_R1R0_01>;
|
|
|
};
|
|
|
};
|
|
|
@@ -476,7 +476,7 @@
|
|
|
"WF1_HB2", "WF1_HB3", "WF1_HB4", "WF1_HB0",
|
|
|
"WF1_HB5", "WF1_HB6", "WF1_HB7", "WF1_HB8",
|
|
|
"WF1_TOP_CLK", "WF1_TOP_DATA";
|
|
|
- drive-strength = <4>;
|
|
|
+ drive-strength = <MTK_DRIVE_4mA>;
|
|
|
};
|
|
|
};
|
|
|
|
|
|
@@ -493,7 +493,7 @@
|
|
|
"WF1_HB2", "WF1_HB3", "WF1_HB4", "WF1_HB0",
|
|
|
"WF1_HB5", "WF1_HB6", "WF1_HB7", "WF1_HB8",
|
|
|
"WF1_TOP_CLK", "WF1_TOP_DATA";
|
|
|
- drive-strength = <4>;
|
|
|
+ drive-strength = <MTK_DRIVE_4mA>;
|
|
|
};
|
|
|
};
|
|
|
};
|