bmips: add support for Observa VH4032N
authorDaniel González Cabanelas <dgcbueu@gmail.com>
Thu, 8 Jun 2023 22:09:33 +0000 (00:09 +0200)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Fri, 9 Jun 2023 17:44:28 +0000 (19:44 +0200)
commite7a0b61397799e1e15574ad7a4fa82aeb8b99e04
tree8fac14be9d7a13491ecdd4d36cbee573c0ceb34f
parent74d1055d8025c76de9adb29ce301d7caba24c245
bmips: add support for Observa VH4032N

The Observa VH4032N is an xDSL wifi router with a vertical white casing
and two internal antennas connected via UFL.

Hardware:
 - SoC: Broadcom BCM6368
 - CPU: dual core BMIPS4350 V3.1 @400MHz
 - RAM: 128 MB DDR
 - Flash: 32 MB parallel NOR
 - Ethernet LAN: 4x 100Mbit
 - Wifi 2.4/5 GHz: onboard Broadcom BCM43222 802.11abgn
 - USB: 3x 2.0
 - Buttons: 2x, 1 reset
 - LEDs: 8x, blue and red
 - UART: 1x

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: Daniel González Cabanelas <dgcbueu@gmail.com>
target/linux/bmips/bcm6368/base-files/etc/board.d/01_leds [new file with mode: 0644]
target/linux/bmips/bcm6368/base-files/etc/board.d/02_network
target/linux/bmips/bcm6368/base-files/etc/uci-defaults/09_fix_crc
target/linux/bmips/dts/bcm6368-observa-vh4032n.dts [new file with mode: 0644]
target/linux/bmips/image/bcm6368.mk