Update mt7986a-bananapi-bpi-r3mini-emmc.dts

This commit is contained in:
padavanonly 2024-07-28 12:00:54 +08:00 committed by GitHub
parent 6ad08a2c00
commit a2665e89b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -321,13 +321,6 @@
&pio {
/* GPIO 11 NGFF_GNSS_OFF. output-high: enable, output-low: disable */
gnss_off {
gpio-hog;
gpios = <11 GPIO_ACTIVE_HIGH>;
output-high;
};
mmc0_pins_default: mmc0-pins-50-to-61-default {
mux {
function = "flash";
@ -403,6 +396,39 @@
};
};
usb_ngff_pins: usb-ngff-pins {
ngff-gnss-off {
pins = "GPIO_6";
drive-strength = <MTK_DRIVE_8mA>;
mediatek,pull-up-adv = <1>;
};
ngff-pe-rst {
pins = "GPIO_7";
drive-strength = <MTK_DRIVE_8mA>;
mediatek,pull-up-adv = <1>;
};
ngff-wwan-off {
pins = "GPIO_8";
drive-strength = <MTK_DRIVE_8mA>;
mediatek,pull-up-adv = <1>;
};
ngff-pwr-off {
pins = "GPIO_9";
drive-strength = <MTK_DRIVE_8mA>;
mediatek,pull-up-adv = <1>;
};
ngff-rst {
pins = "GPIO_10";
drive-strength = <MTK_DRIVE_8mA>;
mediatek,pull-up-adv = <1>;
};
ngff-coex {
pins = "SPI1_CS";
drive-strength = <MTK_DRIVE_8mA>;
mediatek,pull-up-adv = <1>;
};
};
wf_2g_5g_pins: wf_2g_5g-pins {
mux {
function = "wifi";
@ -437,3 +463,9 @@
};
};
};
&xhci {
pinctrl-names = "default";
pinctrl-0 = <&usb_ngff_pins>;
status = "okay";
};