bcm47xx: add support for NETGEAR R6200 V1
authorEdward Matijevic <motolav@gmail.com>
Tue, 23 Jun 2020 19:50:04 +0000 (14:50 -0500)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Tue, 23 Jun 2020 22:17:49 +0000 (00:17 +0200)
commit6da319412753ac99a895f09b9735c7f44fd0bf2c
tree18760bfe9203b95017604fcb1fd067dc3a887a0e
parent46a6586c83e029446ea35b02a328e5f7935d4a9f
bcm47xx: add support for NETGEAR R6200 V1

This patch adds supports for the NETGEAR R6200 V1
This device is mainlined in Linux as of 5.4

Specification:
   - SOC: Broadcom BCM4718A1 (480 MHz)
   - Flash: 16MB (Macronix MX25L128)
   - RAM: 128MB DDR2
   - SWITCH: BCM53125
   - Ethernet: 5x GE (1 WAN + 4 LAN, Inverted order)
   - WLAN 2.4G: In SOC
   - WLAN 5GHz: miniPCIe card, BCM4352 (ID: 4360)
   - USB: 1x USB 2.0 port (Type A)
   - Buttons: Reset, WLAN, WPS
   - LED: Amber for Power, others need a workaround
   - UART: 1x UART on PCB

LED Issues: They are controlled by a 74HC164 via bit banging(GPIO 6/7)

Firmware Install Instructions
=============================
Using the device specific .chk, use that file to perform
a normal device upgrade in the OEM admin page.

Signed-off-by: Edward Matijevic <motolav@gmail.com>
target/linux/bcm47xx/base-files/etc/board.d/01_network
target/linux/bcm47xx/base-files/lib/upgrade/platform.sh
target/linux/bcm47xx/image/mips74k.mk
target/linux/bcm47xx/patches-4.19/032-v5.4-MIPS-BCM47XX-Add-support-for-Netgear-R6200v1.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-4.19/320-MIPS-BCM47XX-Devices-database-update-for-4.x.patch