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:
committed by
Jonas Gorski
parent
be4842f5de
commit
41ad9ed13a
@@ -818,6 +818,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)
|
||||
|
||||
Reference in New Issue
Block a user