openwrt/target/linux/ramips
Sergio Paracuellos eb00fb8f71 ramips: add support for HiLink HLK-7621A evaluation board
Specifications:
- SoC: MediaTek MT7621AT
- RAM: 256 MB (DDR3)
- Flash: 32 MB SPI NOR 44MHz
- Switch: 1 WAN, 4 LAN (Gigabit)
- LEDs: 1 WAN, 4 LAN (controlled by PHY)
- USB Ports: 1 x USB2, 1 x USB3
- WLAN: 1 x 2.4, 5 GHz 866Mbps (MT7612E)
- Button: 1 button (reset)
- UART Serial: UART1 as console : 57600 baud
- Power: 12VDC, 1A

Installation:
Update openWRT firmware using internal GNUBEE uboot:
https://github.com/gnubee-git/GnuBee-MT7621-uboot

By HTTP: Initial uboot address is http://10.10.10.123, your address
needs to be 10.10.10.x, and mask 255.255.255.0.
By TFTP: Uboot is in client mode, the address of the firmware must
be tftp://10.10.10.3/uboot.bin

Recovery:
Manufacturer provides MTK OpenWrt 14.07 source code, compile then
flash it by uboot.
HLK-7621A is a stamp hole package module for embedded development,
users have to design IO boards to use it.

MAC addresses:
- u-boot-env contains a placeholder address:
  > mtd_get_mac_ascii u-boot-env ethaddr
  03:17:73🆎cd:ef
- phy0 gets a valid-looking address:
  > cat /sys/class/ieee80211/phy0/macaddress
  f8:62:aa:**:**:a8
- Calibration data for &pcie2 contains a valid address, however the
  zeros in the right half look like it's not real:
  8c:88:2b:00:00:1b
- Since it's an evaluation board and there is no solid information
  about the MAC address assignment, the ethernet MAC address is left random.

Signed-off-by: Chen Yijun <cyjason@bupt.edu.cn>
[add keys and pcie nodes to properly support evaluation board]
Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
[remove ethernet address, wrap lines properly]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2021-10-31 21:24:47 +01:00
..
base-files/etc ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
dts ramips: add support for HiLink HLK-7621A evaluation board 2021-10-31 21:24:47 +01:00
files/drivers treewide: backport support for nvmem on non platform devices 2021-08-05 01:46:26 +02:00
image ramips: add support for HiLink HLK-7621A evaluation board 2021-10-31 21:24:47 +01:00
mt76x8 ramips: add support for Xiaomi MiWifi 3C 2021-10-31 21:24:47 +01:00
mt7620 ramips: fix LAVA LR-25G001 broken wifi led triggers 2021-10-30 22:11:23 +02:00
mt7621 ramips: add support for Netgear R7450 2021-09-26 15:38:01 +02:00
patches-5.4 kernel: bump 5.4 to 5.4.155 2021-10-21 00:17:36 +02:00
patches-5.10 kernel: bump 5.10 to 5.10.76 2021-10-30 21:17:20 +02:00
rt288x ramips: fix missing NVMEM subsystem 2021-07-21 11:39:39 +02:00
rt305x ramips: fix missing NVMEM subsystem 2021-07-21 11:39:39 +02:00
rt3883 ramips: fix missing NVMEM subsystem 2021-07-21 11:39:39 +02:00
Makefile ramips: 5.10: port and refresh patches, ralink drv 2021-03-06 11:24:12 +01:00
modules.mk ramips: rename mtk-hsdma to hsdma-mt7621 2021-03-04 23:43:02 -10:00