aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bmips
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/bmips')
-rw-r--r--target/linux/bmips/nand/base-files/etc/board.d/03_gpio_switches16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/bmips/nand/base-files/etc/board.d/03_gpio_switches b/target/linux/bmips/nand/base-files/etc/board.d/03_gpio_switches
new file mode 100644
index 0000000000..75ac111b0c
--- /dev/null
+++ b/target/linux/bmips/nand/base-files/etc/board.d/03_gpio_switches
@@ -0,0 +1,16 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+. /lib/functions/uci-defaults.sh
+
+board_config_update
+
+case "$(board_name)" in
+sercomm,h500-s-lowi |\
+sercomm,h500-s-vfes)
+ ucidef_add_gpio_switch "qtn_power" "Quantenna Module Power" "480" "1"
+ ;;
+esac
+
+board_config_flush
+
+exit 0