mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-13 03:41:54 +00:00
82 lines
1.5 KiB
Text
82 lines
1.5 KiB
Text
#include "qcom-ipq4018-rutx-STM32.dtsi"
|
|
|
|
/ {
|
|
model = "RUTXR1 STM32";
|
|
|
|
soc {
|
|
gpio-export {
|
|
compatible = "gpio-export";
|
|
#size-cells = <0>;
|
|
|
|
gpio_modem_reset {
|
|
gpio-export,name = "modem_reset";
|
|
gpio-export,output = <0>;
|
|
gpios = <&stm32_io 21 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
|
|
gpio_modem_power {
|
|
gpio-export,name = "modem_power";
|
|
gpio-export,output = <0>;
|
|
gpios = <&stm32_io 20 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
|
|
gpio_sim_select {
|
|
gpio-export,name = "sim_sel";
|
|
gpio-export,output = <1>;
|
|
gpios = <&stm32_io 22 GPIO_ACTIVE_LOW>;
|
|
};
|
|
};
|
|
|
|
leds {
|
|
compatible = "gpio-leds";
|
|
|
|
led_wan_sim1 {
|
|
label = "wan_sim_1";
|
|
gpios = <&stm32_io 0 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
|
|
led_wan_sim2 {
|
|
label = "wan_sim_2";
|
|
gpios = <&stm32_io 1 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
|
|
led_wan_eth {
|
|
label = "wan_eth_3";
|
|
gpios = <&stm32_io 3 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
|
|
led_wan_mob {
|
|
label = "wan_mob_5";
|
|
gpios = <&stm32_io 16 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
|
|
led_gen_3 {
|
|
label = "mob_gen_3";
|
|
gpios = <&stm32_io 5 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
|
|
led_gen_4 {
|
|
label = "mob_gen_4";
|
|
gpios = <&stm32_io 6 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
|
|
led_ssid_1 {
|
|
label = "mob_ssid_1";
|
|
gpios = <&stm32_io 7 GPIO_ACTIVE_HIGH>;
|
|
linux,default-trigger = "timer";
|
|
};
|
|
|
|
led_ssid_3 {
|
|
label = "mob_ssid_3";
|
|
gpios = <&stm32_io 9 GPIO_ACTIVE_HIGH>;
|
|
linux,default-trigger = "timer";
|
|
};
|
|
|
|
led_ssid_5 {
|
|
label = "mob_ssid_5";
|
|
gpios = <&stm32_io 11 GPIO_ACTIVE_HIGH>;
|
|
linux,default-trigger = "timer";
|
|
};
|
|
};
|
|
};
|
|
};
|