bmips: add support for NuCom R5010UNv2
authorDaniel González Cabanelas <dgcbueu@gmail.com>
Sun, 18 Jun 2023 19:34:59 +0000 (21:34 +0200)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Mon, 19 Jun 2023 18:42:44 +0000 (20:42 +0200)
commitac6832110ac4a6c6f2c4a789d2ab6fa4075a6bfc
tree80b3f35c638f9b32f514d76cfcdd77f88ebda568
parent43746c4c5a85e1762edf383909f1734ad0543825
bmips: add support for NuCom R5010UNv2

The NuCom R5010UNv2 is a wifi fast ethernet router, 2.4 GHz single band
with two external antennas.

Hardware:
 - SoC: Broadcom BCM6328
 - CPU: single core BMIPS4350 V7.5 @ 320Mhz
 - RAM: 64 MB DDR2
 - Flash: 16 MB SPI NOR
 - Ethernet LAN: 4x 100Mbit
 - Wifi 2.4 GHz: Broadcom BCM43217 802.11bgn (onboard)
 - USB: 1x 2.0
 - Buttons: 2x
 - ADSL: yes, unsupported
 - LEDs: 7x
 - UART: yes

Installation via CFE web UI:
  1. Power off the router and press the RESET button
  2. Power on the router and wait 12 or more seconds
  3. Release the RESET button
  4. Browse to http://192.168.1.1 and upload the Openwrt cfe firmware
  5. Wait a few minutes for it to finish

Signed-off-by: Daniel González Cabanelas <dgcbueu@gmail.com>
(cherry picked from commit 6cb3328b4fd4939f3800d4be9d52744b753de1b6)
target/linux/bmips/bcm6328/base-files/etc/board.d/01_leds
target/linux/bmips/bcm6328/base-files/etc/board.d/02_network
target/linux/bmips/bcm6328/base-files/etc/uci-defaults/09_fix_crc
target/linux/bmips/dts/bcm6328-nucom-r5010unv2.dts [new file with mode: 0644]
target/linux/bmips/image/bcm6328.mk