ramips: mt7621: TP-Link EAP235/615-Wall: add poe passthrough gpio definitions
[openwrt/staging/noltari.git] / target / linux / ramips / mt7621 / base-files / etc / board.d / 03_gpio_switches
old mode 100755 (executable)
new mode 100644 (file)
index 511d9de..ec2bf69
@@ -1,4 +1,3 @@
-#!/bin/sh
 
 . /lib/functions/uci-defaults.sh
 
@@ -7,21 +6,35 @@ board_config_update
 board=$(board_name)
 
 case "$board" in
-mikrotik,routerboard-750gr3)
-       ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "17"
+mikrotik,routerboard-760igs)
+       ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "497"
        ;;
 telco-electronics,x1)
-       ucidef_add_gpio_switch "modem_reset" "Modem Reset" "16"
+       ucidef_add_gpio_switch "modem_reset" "Modem Reset" "496"
        ;;
-ubiquiti,edgerouterx)
-       ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "0"
+tplink,eap235-wall-v1|\
+tplink,eap615-wall-v1)
+       ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "poe-passthrough"
        ;;
-ubiquiti,edgerouterx-sfp)
-       ucidef_add_gpio_switch "poe_power_port0" "PoE Power Port0" "496"
-       ucidef_add_gpio_switch "poe_power_port1" "PoE Power Port1" "497"
-       ucidef_add_gpio_switch "poe_power_port2" "PoE Power Port2" "498"
-       ucidef_add_gpio_switch "poe_power_port3" "PoE Power Port3" "499"
-       ucidef_add_gpio_switch "poe_power_port4" "PoE Power Port4" "500"
+ubnt,edgerouter-x)
+       ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "480"
+       ;;
+ubnt,edgerouter-x-sfp)
+       ucidef_add_gpio_switch "poe_power_port0" "PoE Power Port0" "400"
+       ucidef_add_gpio_switch "poe_power_port1" "PoE Power Port1" "401"
+       ucidef_add_gpio_switch "poe_power_port2" "PoE Power Port2" "402"
+       ucidef_add_gpio_switch "poe_power_port3" "PoE Power Port3" "403"
+       ucidef_add_gpio_switch "poe_power_port4" "PoE Power Port4" "404"
+       ;;
+zyxel,lte3301-plus)
+       ucidef_add_gpio_switch "usb_power" "Power USB Port" "usb_power" "1"
+       ucidef_add_gpio_switch "lte_power" "Power LTE modem" "lte_power" "1"
+       ;;
+zyxel,nr7101)
+       ucidef_add_gpio_switch "lte_reset" "Reset LTE/5G modem" "483"
+       ;;
+zyxel,wap6805)
+       ucidef_add_gpio_switch "qtn_power" "Quantenna Module Power" "496" "1"
        ;;
 esac