From 41ad9ed13a7792775ad3cca88e9d4eac6e594c63 Mon Sep 17 00:00:00 2001 From: Daniel Gonzalez Cabanelas Date: Sat, 3 Dec 2016 15:51:05 +0100 Subject: 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 [jonas.gorski: use gpio-hog instead of abusing ephy-reset] Signed-off-by: Jonas Gorski --- target/linux/brcm63xx/image/bcm63xx.mk | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'target/linux/brcm63xx/image') diff --git a/target/linux/brcm63xx/image/bcm63xx.mk b/target/linux/brcm63xx/image/bcm63xx.mk index f38147eb36..0749c292e3 100644 --- a/target/linux/brcm63xx/image/bcm63xx.mk +++ b/target/linux/brcm63xx/image/bcm63xx.mk @@ -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) -- cgit v1.2.3