diff options
author | Nicholas Smith <mips171@icloud.com> | 2019-04-19 14:12:11 +1000 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-05-18 17:59:49 +0200 |
commit | 73e0f52b6e4e1c79e4e95573f2050ae9ff10ac00 (patch) | |
tree | 7d4cb49b09384b3d8c82cbe798149b680b2382f2 /target/linux/ramips/base-files | |
parent | f5d2c91415a68f554815860d574145644fc31c16 (diff) | |
download | upstream-73e0f52b6e4e1c79e4e95573f2050ae9ff10ac00.tar.gz upstream-73e0f52b6e4e1c79e4e95573f2050ae9ff10ac00.tar.bz2 upstream-73e0f52b6e4e1c79e4e95573f2050ae9ff10ac00.zip |
ramips: add support for Telco Electronics X1
Hardware:
SoC: MT7621
DRAM: 256MB DDR3
Flash: 16MB SPI-NOR
WiFi: 2.4GHz: MT7603 @ PCIe0
WiFi: 5.8GHz: MT7612 @ PCIe1
Modem: Sierra Wireless MC74xx
Interfaces:
GBE RJ45 x5
mPCIe x2
UART x1
I2C x1
JTAG x1
UIM x1
LEDs x6
Flash instructions:
Flash from within the factory bootloader, firmware web interface or CLI using
sysupgrade -F -n
Signed-off-by: Nicholas Smith <mips171@icloud.com>
Diffstat (limited to 'target/linux/ramips/base-files')
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/02_network | 1 | ||||
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/03_gpio_switches | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network index 9c9517a7f3..dcc7b4a747 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -119,6 +119,7 @@ ramips_setup_interfaces() rt-n12p|\ sap-g3200u3|\ sk-wb8|\ + telco-electronics,x1|\ unielec,u7621-06-256m-16m|\ unielec,u7621-06-512m-64m|\ vr500|\ diff --git a/target/linux/ramips/base-files/etc/board.d/03_gpio_switches b/target/linux/ramips/base-files/etc/board.d/03_gpio_switches index 8abe107a7c..1406f91f8f 100755 --- a/target/linux/ramips/base-files/etc/board.d/03_gpio_switches +++ b/target/linux/ramips/base-files/etc/board.d/03_gpio_switches @@ -22,6 +22,9 @@ head-weblink,hdrm200) mikrotik,rb750gr3) ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "17" ;; +telco-electronics,x1) + ucidef_add_gpio_switch "modem_reset" "Modem Reset" "16" + ;; ubnt-erx) ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "0" ;; |