ramips: add support for ELECOM WRC-1900GST
authorNOGUCHI Hiroshi <drvlabo@gmail.com>
Sat, 18 Aug 2018 23:05:15 +0000 (08:05 +0900)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 16:47:48 +0000 (17:47 +0100)
commit821c8fcac4f50227b786ef6a4689a9b35fe9c435
tree1db880c5b4c093cb695667c27abb6abcd124b675
parent1d38656b868e1cceee8929c97b57a417f72a5767
ramips: add support for ELECOM WRC-1900GST

ELECOM WRC-1900GST is a wireless router, based on Mediatek MT7621A.
This is almost same as WRC-2533GST except wireless specs.

Specifications:

  - SoC : MT7621A (four logical CPU cores)
  - RAM : 128MiB
  - ROM : 16MiB of SPI NOR-FLASH
  - wireless :
          5GHz : 3T3R up to 1300Mbps/11ac with MT7615
          2.4GHz : 3T3R up to 600Mbps/11n with MT7615
  - Ethernet : 5 ports, all ports is capable of 1000base-T
  - Ether switch : MT7530 (MT7621A built-in)
  - LEDs : 4 LEDs
  - buttons : 2 buttons and 1 slide-switch
  - UART : header is on PCB, 57600bps

Flash instruction using factory image:

 1. Connect the computer to the LAN port of WRC-1900GST
 2. Connect power cable to WRC-1900GST and turn on it
 3. Access to "https://192.168.2.1/" and open firmware update
    page ("ファームウェア更新")
 4. Select the OpenWrt factory image and click apply ("適用")
    button
 5. Wait ~150 seconds to complete flashing

Signed-off-by: NOGUCHI Hiroshi <drvlabo@gmail.com>
(backported from ad10e71becfb36d36c81c5b0e898c4ea7912d778)
target/linux/ramips/base-files/etc/board.d/02_network
target/linux/ramips/base-files/lib/upgrade/platform.sh
target/linux/ramips/dts/WRC-1900GST.dts [new file with mode: 0644]
target/linux/ramips/dts/WRC-2533GST.dts
target/linux/ramips/dts/elecom_wrc-gst.dtsi [new file with mode: 0644]
target/linux/ramips/image/mt7621.mk