bmips: add support for Sercomm AD1018
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Mon, 12 Jun 2023 17:51:22 +0000 (19:51 +0200)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Thu, 15 Jun 2023 18:47:40 +0000 (20:47 +0200)
commit38ebb2eafde604ff6d9b0021d1d21208070a2d09
treee91cafd6e6bc44f5e775750649ff205020fc4272
parent434434ca4748ba669176ce38b70a6525f90598b6
bmips: add support for Sercomm AD1018

The Sercomm AD1018 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 (v1) / 128 MB (v2) DDR
 - Flash: 128 MB NAND
 - Ethernet LAN: 4x 100Mbit
 - Wifi 2.4 GHz: miniPCI Broadcom BCM43217 802.11bgn
 - USB: 1x 2.0
 - Buttons: 3x (reset)
 - LEDs: yes
 - UART: yes

Installation via OEM web UI:
  1. Use the admin credentials to login via web UI
  2. Go to Managament->Update firmware and select the OpenWrt CFE firmware
  3. Press "Update Firmware" button and wait some minutes until it finish

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
target/linux/bmips/bcm6328/base-files/etc/board.d/01_leds [new file with mode: 0644]
target/linux/bmips/bcm6328/base-files/etc/board.d/02_network
target/linux/bmips/bcm6328/base-files/lib/upgrade/platform.sh
target/linux/bmips/dts/bcm6328-sercomm-ad1018.dts [new file with mode: 0644]
target/linux/bmips/image/bcm6328.mk