ramips: add support for GeHua GHL-R-001
authorDeng Qingfang <dengqf6@mail2.sysu.edu.cn>
Thu, 27 Dec 2018 05:39:16 +0000 (13:39 +0800)
committerMathias Kresin <dev@kresin.me>
Sat, 29 Dec 2018 15:03:30 +0000 (16:03 +0100)
commit5580a9dd314be953fdac9827d7819058af9bea20
tree9fc079ae117f07da16677b7ca02ab6efb174416e
parent0599cd90e185860bbddd7dea8899f29b82368050
ramips: add support for GeHua GHL-R-001

Specs
SoC: MT7621AT
RAM: 512MiB
Flash: 32MiB MX25L25635F SPI NOR
2.4G: MT7603EN
5G: MT7612EN
Ethernet: 4x GE ports (1x WAN, 3x LAN) with link status LEDs
USB 3.0
LEDs: POWER, 5G WIFI, 2.4G WIFI, USB, Internet.
      The last two ones are controlled by GPIO
UART: There are 2 UARTs (UARTLITE1/ttyS0 and UARTLITE3/ttyS1) on board.
      UARTLITE1 is close to LEDs, and UARTLITE3 is close to flash chip.
      The stock u-boot uses UARTLITE1 by default. Baud rate is 57600

Flash instruction
1. telnet 192.168.9.1 2317, username is "root" and password is "admin"
   One can alternatively use UART to log in
2. Put OpenWrt firmware in a FAT32 USB drive, and connect it to the router
   One can alternatively download the firmware via wget through Internet
3. mtd write /path/to/openwrt.bin firmware
4. reboot

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
target/linux/ramips/base-files/etc/board.d/01_leds
target/linux/ramips/base-files/etc/board.d/02_network
target/linux/ramips/dts/GHL-R-001.dts [new file with mode: 0644]
target/linux/ramips/image/mt7621.mk