diff options
author | Yong-hyu Ban <perillamint@quendi.moe> | 2019-10-07 05:06:31 +0900 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-01-05 23:38:00 +0100 |
commit | 99dd2709b855baa9e68c7c7106743a7c4a91ee0c (patch) | |
tree | e1e23398cc3a3ca9598eb705c7df486029f35aa0 /target/linux/ramips/mt7621 | |
parent | 8fc25d8664841ff1cd0f3082b4c404cab76d6341 (diff) | |
download | upstream-99dd2709b855baa9e68c7c7106743a7c4a91ee0c.tar.gz upstream-99dd2709b855baa9e68c7c7106743a7c4a91ee0c.tar.bz2 upstream-99dd2709b855baa9e68c7c7106743a7c4a91ee0c.zip |
ramips: add support for ipTIME A8004T
ipTIME A8004T is a 2.4/5GHz band AC2600 router, based on Mediatek
MT7621A.
Specifications:
- SoC: MT7621A
- RAM: DDR3 256M
- Flash: SPI NOR 16MB
- WiFi:
- 2.4GHz: MT7615E
- 5GHz: MT7615E
- Ethernet: 5x 10/100/1000Mbps
- Switch: SoC internal
- USB: 1 * USB3.0 port
- UART:
- J4: 3.3V, TX, RX, GND (3.3V is the square pad) / 57600 8N1
- Other info:
- J9: Unknown unpopulated header.
Installation via web interface:
1. Flash **initramfs** image through the stock web interface.
2. Boot into OpenWrt and perform sysupgrade with sysupgrade image.
Revert to stock firmware:
1. Perform sysupgrade with stock image.
Signed-off-by: Yong-hyu Ban <perillamint@quendi.moe>
[do not enable xhci node in DTS which is already enabled in DTSI]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/mt7621')
-rwxr-xr-x | target/linux/ramips/mt7621/base-files/etc/board.d/02_network | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network index 4e8e2cb9ed..ad6d6cd5fe 100755 --- a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network +++ b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network @@ -74,7 +74,8 @@ ramips_setup_interfaces() elecom,wrc-2533gst|\ iodata,wn-ax1167gr|\ iodata,wn-gx300gr|\ - iodata,wnpr2600g) + iodata,wnpr2600g|\ + iptime,a8004t) ucidef_add_switch "switch0" \ "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" "0:wan" "6@eth0" ;; @@ -222,7 +223,8 @@ ramips_setup_macs() wan_mac=$(mtd_get_mac_ascii u-boot-env wanaddr) label_mac=$wan_mac ;; - iptime,a6ns-m) + iptime,a6ns-m|\ + iptime,a8004t) wan_mac=$(mtd_get_mac_binary u-boot 0x1fc40) ;; jcg,jhr-ac876m) |