ramips: Add support for Phicomm K2G
authorChuanhong Guo <gch981213@gmail.com>
Wed, 20 Jun 2018 16:56:38 +0000 (00:56 +0800)
committerMathias Kresin <dev@kresin.me>
Thu, 21 Jun 2018 20:00:02 +0000 (22:00 +0200)
commited40173dfcbc8a870d1747dea3f9a265d0205369
treefe5359f4869f0974cd8f29ef12d4eb30c119385e
parentf9a42ae2d707b63b2bbe72945a2816da7d4fe30c
ramips: Add support for Phicomm K2G

Specification:
- SoC: MediaTek MT7620A
- Flash: 8 MB
- RAM: 64 MB
- Ethernet: 4 FE ports and 1 GE port (RTL8211F on port 5)
- Wireless radio: MT7620 for 2.4G and MT7612E for 5G, both equipped with external PA.
- UART: 1 x UART on PCB - 57600 8N1

Flash instruction:
The U-boot is based on Ralink SDK so we can flash the firmware using UART:
1. Configure PC with a static IP address and setup an TFTP server.
2. Put the firmware into the tftp directory.
3. Connect the UART line as described on the PCB.
4. Power up the device and press 2, follow the instruction to
   set device and tftp server IP address and input the firmware
   file name. U-boot will then load the firmware and write it into
   the flash.

Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
target/linux/ramips/base-files/etc/board.d/02_network
target/linux/ramips/base-files/etc/diag.sh
target/linux/ramips/base-files/lib/upgrade/platform.sh
target/linux/ramips/dts/K2G.dts [new file with mode: 0644]
target/linux/ramips/image/mt7620.mk