brcm63xx: Add Observa VH4032N support

Add support for the Observa Telecom VH4032N router.

This is another BCM6368 router, 128 MB RAM, 32MB flash and 3 USB
host ports.

The wifi chip is an onboard Broadcom BCM43222.

Signed-off-by: Daniel Gonzalez Cabanelas <dgcbueu@gmail.com>
[jonas.gorski: use gpio-hog instead of abusing ephy-reset]
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
This commit is contained in:
Daniel Gonzalez Cabanelas
2016-12-03 15:51:05 +01:00
committed by Jo-Philipp Wich
parent 105d5b6f03
commit bf534e45ea
7 changed files with 193 additions and 0 deletions

View File

@@ -806,6 +806,21 @@ define Device/R5010UNv2
endef
TARGET_DEVICES += R5010UNv2
### Observa ###
define Device/VH4032N
$(Device/bcm63xx)
IMAGES += sysupgrade.bin
DEVICE_TITLE := Observa VH4032N
DEVICE_DTS := vh4032n
CFE_BOARD_ID := 96368VVW
CFE_CHIP_ID := 6368
BLOCK_SIZE := 0x20000
FLASH_MB := 32
DEVICE_PACKAGES := \
$(B43_PACKAGES) $(USB2_PACKAGES)
endef
TARGET_DEVICES += VH4032N
### Pirelli ###
define Device/A226G
$(Device/bcm63xx)