mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Update qcom-ipq4019-z4019.dts
This commit is contained in:
parent
dc7a5044db
commit
2c70403d33
1 changed files with 31 additions and 9 deletions
|
@ -152,6 +152,34 @@
|
||||||
label = "green:4g3";
|
label = "green:4g3";
|
||||||
gpios = <&tlmm 4 GPIO_ACTIVE_LOW>;
|
gpios = <&tlmm 4 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
4gpwr {
|
||||||
|
label = "green:4gpwr";
|
||||||
|
gpios = <&tlmm 20 GPIO_ACTIVE_LOW>;
|
||||||
|
};
|
||||||
|
|
||||||
|
4g2pwr {
|
||||||
|
label = "green:4g2pwr";
|
||||||
|
gpios = <&tlmm 8 GPIO_ACTIVE_LOW>;
|
||||||
|
};
|
||||||
|
|
||||||
|
4g3pwr {
|
||||||
|
label = "green:4g3pwr";
|
||||||
|
gpios = <&tlmm 9 GPIO_ACTIVE_LOW>;
|
||||||
|
};
|
||||||
|
|
||||||
|
4g2sim {
|
||||||
|
label = "green:4g2sim";
|
||||||
|
gpios = <&tlmm 0 GPIO_ACTIVE_LOW>;
|
||||||
|
};
|
||||||
|
|
||||||
|
watchdog {
|
||||||
|
compatible = "linux,wdt-gpio";
|
||||||
|
gpios = <&tlmm 11 GPIO_ACTIVE_LOW>;
|
||||||
|
hw_algo = "toggle";
|
||||||
|
hw_margin_ms = <6000>;
|
||||||
|
always-running;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -279,13 +307,7 @@
|
||||||
bias-disable;
|
bias-disable;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
serial_1_pins: serial1_pinmux {
|
|
||||||
mux {
|
|
||||||
pins = "gpio8", "gpio9";
|
|
||||||
function = "blsp_uart1";
|
|
||||||
bias-disable;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
power_4g_pinmux {
|
power_4g_pinmux {
|
||||||
mux {
|
mux {
|
||||||
|
@ -322,8 +344,8 @@
|
||||||
pins = "gpio0";
|
pins = "gpio0";
|
||||||
function = "gpio";
|
function = "gpio";
|
||||||
drive-strength = <12>;
|
drive-strength = <12>;
|
||||||
bias-pull-down;
|
bias-disable;
|
||||||
output-high;
|
output-low;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue