bmips: add subtargets for each SoC
[openwrt/staging/dedeckeh.git] / target / linux / bmips / bcm63268 / base-files / etc / board.d / 03_gpio_switches
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 . /lib/functions/uci-defaults.sh
4
5 board_config_update
6
7 case "$(board_name)" in
8 sercomm,h500-s-lowi |\
9 sercomm,h500-s-vfes)
10 ucidef_add_gpio_switch "qtn_power" "Quantenna Module Power" "480" "1"
11 ;;
12 esac
13
14 board_config_flush
15
16 exit 0