bmips: add support for Comtrend AR-5381u
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Sun, 11 Jun 2023 16:44:36 +0000 (18:44 +0200)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Mon, 12 Jun 2023 16:53:00 +0000 (18:53 +0200)
commitbcdf861519b8fddad1abc5d87c434252815a3a6d
tree2db34f52b3453327af191c0accc62302d463d917
parent9519a625499a963508755b7fc08fb825b3d8cfde
bmips: add support for Comtrend AR-5381u

The Comtrend AR-5381u is a wifi fast ethernet router, 2.4 GHz single band with
two internal antennas.

Hardware:
 - SoC: Broadcom BCM6328
 - CPU: single core BMIPS4350 @ 320Mhz
 - RAM: 64 MB DDR
 - Flash: 16 MB SPI NOR
 - Ethernet LAN: 4x 100Mbit
 - Wifi 2.4 GHz: miniPCI Broadcom BCM43225 802.11bgn
 - USB: 1x 2.0
 - Buttons: 1x (reset)
 - LEDs: yes
 - UART: yes

Installation via CFE web UI:
  1. Power off the router.
  2. Press reset button near the power switch.
  3. Keep it pressed while powering up during ~20+ seconds.
  4. Browse to http://192.168.1.1 and upload the firmware.
  5. Wait a few minutes for it to finish.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
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-comtrend-ar-5381u.dts [new file with mode: 0644]
target/linux/bmips/image/bcm6328.mk