ath79: add support for COMFAST CF-E5/E7
[openwrt/staging/mkresin.git] / target / linux / ath79 / base-files / etc / board.d / 03_gpio_switches
index dc5cbf6e9c788ac30b38fcf0c0239d518b3423b9..c852b77d7949066e00dbe579e6315c01011349c5 100755 (executable)
@@ -10,6 +10,12 @@ board_config_update
 board=$(board_name)
 
 case "$board" in
+comfast,cf-e5)
+       ucidef_add_gpio_switch "lte_power" "LTE Power" "14" "1"
+       ucidef_add_gpio_switch "lte_wakeup" "LTE Wakeup" "11" "1"
+       ucidef_add_gpio_switch "lte_poweroff" "LTE Poweroff" "1" "1"
+       ucidef_add_gpio_switch "lte_reset" "LTE Reset" "12" "1"
+       ;;
 dlink,dir-825-c1|\
 dlink,dir-835-a1)
        ucidef_add_gpio_switch "wan_led_auto" "WAN LED Auto" "20" "0"