bcm968580xref: add initial support
authorPhilippe Reynes <philippe.reynes@softathome.com>
Thu, 11 Oct 2018 16:31:59 +0000 (18:31 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 16 Nov 2018 18:34:35 +0000 (13:34 -0500)
commit786dc91492b3e759fb22aa88c5d9cc07dc7986f1
treeed4324128944fb440e0fdff20cf80c416bcba46a
parent40b59b0586339569c93ce54350edf292d1ce5283
bcm968580xref: add initial support

This add the initial support of the broadcom reference
board bcm968580xref with a bcm6858 SoC.

This board has 512 MB of ram, 256 MB of flash (nand),
2 usb port, 1 uart, 4 ethernet ports (LAN), 1 ethernet port (WAN).

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
arch/arm/dts/bcm968580xref.dts [new file with mode: 0644]
board/broadcom/bcm968580xref/Kconfig [new file with mode: 0644]
board/broadcom/bcm968580xref/MAINTAINERS [new file with mode: 0644]
board/broadcom/bcm968580xref/Makefile [new file with mode: 0644]
board/broadcom/bcm968580xref/bcm968580xref.c [new file with mode: 0644]
configs/bcm968580_ram_defconfig [new file with mode: 0644]
include/configs/broadcom_bcm968580xref.h [new file with mode: 0644]