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
500812f93c
commit
111a0118cf
1 changed files with 19 additions and 16 deletions
|
@ -166,10 +166,11 @@
|
||||||
gpio = <&tlmm 48 GPIO_ACTIVE_LOW>;
|
gpio = <&tlmm 48 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
m2reset {
|
m2_reset: gpio-reset {
|
||||||
gpio-export,name = "m2-reset";
|
compatible = "gpio-reset";
|
||||||
gpio-export,output = <0>;
|
reset-gpios = <&gpio 49 GPIO_ACTIVE_HIGH>;
|
||||||
gpio = <&tlmm 49 GPIO_ACTIVE_LOW>;
|
reset-delay-us = <50000>;
|
||||||
|
initially-in-reset;
|
||||||
};
|
};
|
||||||
|
|
||||||
m2dcpower {
|
m2dcpower {
|
||||||
|
@ -184,10 +185,18 @@
|
||||||
gpio = <&tlmm 50 GPIO_ACTIVE_HIGH>;
|
gpio = <&tlmm 50 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
|
|
||||||
pcie1rst {
|
pcie1_reset: gpio-reset {
|
||||||
gpio-export,name = "pcie1-rst";
|
compatible = "gpio-reset";
|
||||||
gpio-export,output = <0>;
|
reset-gpios = <&gpio 42 GPIO_ACTIVE_HIGH>;
|
||||||
gpio = <&tlmm 42 GPIO_ACTIVE_LOW>;
|
reset-delay-us = <50000>;
|
||||||
|
initially-in-reset;
|
||||||
|
};
|
||||||
|
|
||||||
|
pcie2_reset: gpio-reset {
|
||||||
|
compatible = "gpio-reset";
|
||||||
|
reset-gpios = <&gpio 43 GPIO_ACTIVE_HIGH>;
|
||||||
|
reset-delay-us = <50000>;
|
||||||
|
initially-in-reset;
|
||||||
};
|
};
|
||||||
|
|
||||||
pcie2dcpower {
|
pcie2dcpower {
|
||||||
|
@ -195,12 +204,6 @@
|
||||||
gpio-export,output = <1>;
|
gpio-export,output = <1>;
|
||||||
gpio = <&tlmm 46 GPIO_ACTIVE_HIGH>;
|
gpio = <&tlmm 46 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
pcie2rst {
|
|
||||||
gpio-export,name = "pcie2-rst";
|
|
||||||
gpio-export,output = <0>;
|
|
||||||
gpio = <&tlmm 43 GPIO_ACTIVE_LOW>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&blsp_dma {
|
&blsp_dma {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue