mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-13 03:41:54 +00:00
57 lines
1.1 KiB
Text
57 lines
1.1 KiB
Text
#include "qcom-ipq4018-rutx-common.dtsi"
|
|
#include "qcom-ipq4018-rutx-shiftreg.dtsi"
|
|
|
|
/ {
|
|
model = "Teltonika RUTX08/10";
|
|
|
|
soc {
|
|
gpio-export {
|
|
compatible = "gpio-export";
|
|
#size-cells = <0>;
|
|
|
|
gpio_modem_reset {
|
|
gpio-export,name = "modem_reset";
|
|
gpio-export,output = <0>;
|
|
gpios = <&shift_io 1 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
|
|
gpio_modem_power {
|
|
gpio-export,name = "modem_power";
|
|
gpio-export,output = <0>;
|
|
gpios = <&shift_io 2 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
|
|
gpio_sim_select {
|
|
gpio-export,name = "sim_sel";
|
|
gpio-export,output = <1>;
|
|
gpios = <&shift_io 3 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
|
|
gpio_out_1 {
|
|
gpio-export,name = "gpio23";
|
|
gpio-export,output = <0>;
|
|
gpios = <&shift_io 0 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
|
|
gpio_in_1 {
|
|
gpio-export,name = "gpio24";
|
|
gpio-export,input = <0>;
|
|
gpios = <&tlmm 0 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
};
|
|
|
|
leds {
|
|
compatible = "gpio-leds";
|
|
|
|
led_wifi_24 {
|
|
label = "wifi_gen_2";
|
|
gpios = <&shift_io 5 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
|
|
led_wifi_50 {
|
|
label = "wifi_gen_5";
|
|
gpios = <&shift_io 6 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
};
|
|
};
|
|
};
|