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-06-28 16:41:04 +08:00
parent de397e7ea2
commit 2e476fcf1b

View file

@ -427,63 +427,53 @@
};
};
power_pins: m2_pins {
m2_pwr_en {
pins = "gpio48";
function = "gpio";
drive-strength = <2>;
bias-none;
output-high;
};
m2_pwr_en {
line-name = "m2_pwr_en";
gpios = <48 GPIO_ACTIVE_HIGH>;
gpio-hog;
output-high;
};
m2_reset {
pins = "gpio49";
function = "gpio";
drive-strength = <2>;
bias-none;
output-high;
};
m2_reset {
line-name = "m2_reset";
gpios = <49 GPIO_ACTIVE_HIGH>;
gpio-hog;
output-high;
};
m2_dc_en {
pins = "gpio51";
function = "gpio";
drive-strength = <2>;
bias-none;
output-high;
};
m2_dc_en {
line-name = "m2_dc_en";
gpios = <51 GPIO_ACTIVE_HIGH>;
gpio-hog;
output-high;
};
pcie1_dc_en {
pins = "gpio50";
function = "gpio";
drive-strength = <2>;
bias-none;
output-high;
};
pcie1_dc_en {
line-name = "pcie1_dc_en";
gpios = <50 GPIO_ACTIVE_HIGH>;
gpio-hog;
output-high;
};
pcie1_reset {
pins = "gpio42";
function = "gpio";
drive-strength = <2>;
bias-none;
output-high;
};
pcie1_reset {
line-name = "pcie1_reset";
gpios = <42 GPIO_ACTIVE_HIGH>;
gpio-hog;
output-high;
};
pcie2_dc_en {
pins = "gpio46";
function = "gpio";
drive-strength = <2>;
bias-none;
output-high;
};
pcie2_dc_en {
line-name = "pcie2_dc_en";
gpios = <46 GPIO_ACTIVE_HIGH>;
gpio-hog;
output-high;
};
pcie2_reset {
pins = "gpio43";
function = "gpio";
drive-strength = <2>;
bias-none;
output-high;
};
};
pcie2_reset {
line-name = "pcie2_reset";
gpios = <43 GPIO_ACTIVE_HIGH>;
gpio-hog;
output-high;
};
};