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:
parent
de397e7ea2
commit
2e476fcf1b
1 changed files with 41 additions and 51 deletions
|
@ -427,63 +427,53 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
power_pins: m2_pins {
|
m2_pwr_en {
|
||||||
m2_pwr_en {
|
line-name = "m2_pwr_en";
|
||||||
pins = "gpio48";
|
gpios = <48 GPIO_ACTIVE_HIGH>;
|
||||||
function = "gpio";
|
gpio-hog;
|
||||||
drive-strength = <2>;
|
output-high;
|
||||||
bias-none;
|
};
|
||||||
output-high;
|
|
||||||
};
|
|
||||||
|
|
||||||
m2_reset {
|
m2_reset {
|
||||||
pins = "gpio49";
|
line-name = "m2_reset";
|
||||||
function = "gpio";
|
gpios = <49 GPIO_ACTIVE_HIGH>;
|
||||||
drive-strength = <2>;
|
gpio-hog;
|
||||||
bias-none;
|
output-high;
|
||||||
output-high;
|
};
|
||||||
};
|
|
||||||
|
|
||||||
m2_dc_en {
|
m2_dc_en {
|
||||||
pins = "gpio51";
|
line-name = "m2_dc_en";
|
||||||
function = "gpio";
|
gpios = <51 GPIO_ACTIVE_HIGH>;
|
||||||
drive-strength = <2>;
|
gpio-hog;
|
||||||
bias-none;
|
output-high;
|
||||||
output-high;
|
};
|
||||||
};
|
|
||||||
|
|
||||||
pcie1_dc_en {
|
pcie1_dc_en {
|
||||||
pins = "gpio50";
|
line-name = "pcie1_dc_en";
|
||||||
function = "gpio";
|
gpios = <50 GPIO_ACTIVE_HIGH>;
|
||||||
drive-strength = <2>;
|
gpio-hog;
|
||||||
bias-none;
|
output-high;
|
||||||
output-high;
|
};
|
||||||
};
|
|
||||||
|
|
||||||
pcie1_reset {
|
pcie1_reset {
|
||||||
pins = "gpio42";
|
line-name = "pcie1_reset";
|
||||||
function = "gpio";
|
gpios = <42 GPIO_ACTIVE_HIGH>;
|
||||||
drive-strength = <2>;
|
gpio-hog;
|
||||||
bias-none;
|
output-high;
|
||||||
output-high;
|
};
|
||||||
};
|
|
||||||
|
|
||||||
pcie2_dc_en {
|
pcie2_dc_en {
|
||||||
pins = "gpio46";
|
line-name = "pcie2_dc_en";
|
||||||
function = "gpio";
|
gpios = <46 GPIO_ACTIVE_HIGH>;
|
||||||
drive-strength = <2>;
|
gpio-hog;
|
||||||
bias-none;
|
output-high;
|
||||||
output-high;
|
};
|
||||||
};
|
|
||||||
|
|
||||||
pcie2_reset {
|
pcie2_reset {
|
||||||
pins = "gpio43";
|
line-name = "pcie2_reset";
|
||||||
function = "gpio";
|
gpios = <43 GPIO_ACTIVE_HIGH>;
|
||||||
drive-strength = <2>;
|
gpio-hog;
|
||||||
bias-none;
|
output-high;
|
||||||
output-high;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue