]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitc25c10fc913607c8ef6b9e241b6d653b9bb64f6f
treeed4324128944fb440e0fdff20cf80c416bcba46a
parente48e4db7daaa5cef455266bbf9ba429c41106078
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]