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:01:33 +0000 (22:01 +0200)
commit7950e1b9f47417bcd4b80e4361dfc6dccb000ba7
tree0f38a586a19260a2b48e394b69634fa3fe7320c5
parentc2da3505e21ba8d34d99d90c3054ba6db07c0544
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