aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/board.d/03_gpio_switches
diff options
context:
space:
mode:
authorThibaut VARENE <hacks@slashdirt.org>2017-02-07 19:10:04 +0100
committerFelix Fietkau <nbd@nbd.name>2017-02-15 11:28:58 +0100
commit8cbb2ac6332ba3be707ea6e4129c22b9320b72c1 (patch)
treede32f5efdb7ebb3d220aea027be6504bd1272216 /target/linux/ar71xx/base-files/etc/board.d/03_gpio_switches
parentb18bae37a4f26949f71f1345caa2b6934f6a4663 (diff)
downloadupstream-8cbb2ac6332ba3be707ea6e4129c22b9320b72c1.tar.gz
upstream-8cbb2ac6332ba3be707ea6e4129c22b9320b72c1.tar.bz2
upstream-8cbb2ac6332ba3be707ea6e4129c22b9320b72c1.zip
ar71xx: add support for RB951Ui-2nD
This patch adds support for the MikroTik RouterBOARD hAP https://routerboard.com/RB951Ui-2nD Specifications: - SoC: Qualcomm QCA9531 (650MHz) - RAM: 64MB - Storage: 16MB NOR SPI flash - Wireless: builtin QCA9531, 2x2:2 - Ethernet: 5x100M (1 PoE in, 1 PoE out) - USB: Type A Signed-off-by: Thibaut VARENE <hacks@slashdirt.org>
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/board.d/03_gpio_switches')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/board.d/03_gpio_switches4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/board.d/03_gpio_switches b/target/linux/ar71xx/base-files/etc/board.d/03_gpio_switches
index 66be8e76d5..e76c9be68a 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/03_gpio_switches
+++ b/target/linux/ar71xx/base-files/etc/board.d/03_gpio_switches
@@ -27,6 +27,10 @@ rb-912uag-2hpnd|\
rb-912uag-5hpnd)
ucidef_add_gpio_switch "usb_power_switch" "USB Power Switch" "52" "1"
;;
+rb-951ui-2nd)
+ ucidef_add_gpio_switch "usb_power_switch" "USB Power Switch" "45" "1"
+ ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "14"
+ ;;
esac
board_config_flush