1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Update qcom-ipq4019-nhx4019.dts

This commit is contained in:
suyuan168 2022-07-02 23:47:32 +08:00
parent 69fbd1f474
commit 8724f79648

View file

@ -104,7 +104,7 @@
};
mux_2 {
pins = "gpio50", "gpio51", "gpio46";
pins = "gpio19", "gpio50", "gpio51", "gpio46";
function = "gpio";
drive-strength = <2>;
bias-none;
@ -165,12 +165,6 @@
gpios = <&tlmm 18 GPIO_ACTIVE_LOW>;
linux,code = <KEY_RESTART>;
};
wps {
label = "wps";
gpios = <&tlmm 5 GPIO_ACTIVE_LOW>;
linux,code = <KEY_WPS_BUTTON>;
};
};
};
@ -280,7 +274,7 @@
&pcie0 {
status = "okay";
perst-gpio = <&tlmm 38 GPIO_ACTIVE_LOW>;
wake-gpio = <&tlmm 50 GPIO_ACTIVE_LOW>;
wake-gpio = <&tlmm 40 GPIO_ACTIVE_LOW>;
/* Free slot for use */
bridge@0,0 {
@ -295,13 +289,6 @@
status = "okay";
};
&sdhci {
pinctrl-0 = <&sd_0_pins>;
pinctrl-names = "default";
vqmmc-supply = <&vqmmc>;
status = "okay";
};
&tlmm {
mdio_pins: mdio_pinmux {
mux_1 {
@ -350,28 +337,6 @@
};
};
sd_0_pins: sd_pins {
pinmux {
function = "sdio";
pins = "gpio23", "gpio24", "gpio25", "gpio26",
"gpio28", "gpio29", "gpio30", "gpio31";
drive-strength = <10>;
};
pinmux_sd_clk {
function = "sdio";
pins = "gpio27";
drive-strength = <16>;
};
pinmux_sd7 {
function = "sdio";
pins = "gpio32";
drive-strength = <10>;
bias-disable;
};
};
serial_0_pins: serial0_pinmux {
mux {
pins = "gpio16", "gpio17";
@ -397,18 +362,24 @@
};
gpio-export {
gpio-export {
compatible = "gpio-export";
pinctrl-0 = <&m2_pins>;
pinctrl-names = "default";
3vpower {
gpio-export,name = "3vpower";
gpio-export,output = <1>;
gpio = <&tlmm 19 GPIO_ACTIVE_LOW>;
};
m2power {
gpio-export,name = "m2power";
gpio-export,output = <1>;
gpio = <&tlmm 48 GPIO_ACTIVE_LOW>;
};
m2reset {
m2reset {
gpio-export,name = "m2reset";
gpio-export,output = <1>;
gpio = <&tlmm 49 GPIO_ACTIVE_LOW>;
@ -443,7 +414,7 @@
gpio-export,output = <1>;
gpio = <&tlmm 43 GPIO_ACTIVE_LOW>;
};
};
};
};
&gmac0 {
@ -466,10 +437,6 @@
status = "okay";
};
&vqmmc {
status = "okay";
};
&wifi0 {
status = "okay";
};