bcm963158: add initial support
authorPhilippe Reynes <philippe.reynes@softathome.com>
Thu, 31 Jan 2019 17:57:36 +0000 (18:57 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 9 Feb 2019 12:50:59 +0000 (07:50 -0500)
commitbe2fc084d92fcb8092f6e925604072ca949f192f
treee1130ecb74c0c878b6d11044ea239768672f5836
parentea1a7de532823820739db2fa2ca8d62214bf6ce8
bcm963158: add initial support

This add the initial support of the broadcom reference
board bcm963158 with a bcm63158 SoC.

This board has 1 GB of ram, 512 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/Kconfig
arch/arm/dts/bcm963158.dts [new file with mode: 0644]
board/broadcom/bcm963158/Kconfig [new file with mode: 0644]
board/broadcom/bcm963158/MAINTAINERS [new file with mode: 0644]
board/broadcom/bcm963158/Makefile [new file with mode: 0644]
board/broadcom/bcm963158/bcm963158.c [new file with mode: 0644]
configs/bcm963158_ram_defconfig [new file with mode: 0644]
include/configs/broadcom_bcm963158.h [new file with mode: 0644]