bcm968380gerg: add initial support
authorPhilippe Reynes <philippe.reynes@softathome.com>
Mon, 16 Jul 2018 17:06:15 +0000 (19:06 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 8 Aug 2018 11:38:17 +0000 (13:38 +0200)
commit990cebf0a2c2e4dd9033c56acf7b1404a0c0f698
tree75f02b6f093364e59dbc8777f6394db0a80d980a
parent341032d3f156858124de5abec6ec174a2cce1bf3
bcm968380gerg: add initial support

This add the initial support of the broadcom reference
board bcm968380gerg with a bcm68380 SoC.

This board has 512 MB of RAM, 128 MB of flash (nand),
2 USB port, 1 UART, 4 ethernet ports and BCM43217 (wifi).

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/dts/brcm,bcm968380gerg.dts [new file with mode: 0644]
arch/mips/mach-bmips/Kconfig
board/broadcom/bcm968380gerg/Kconfig [new file with mode: 0644]
board/broadcom/bcm968380gerg/Makefile [new file with mode: 0644]
board/broadcom/bcm968380gerg/bcm968380gerg.c [new file with mode: 0644]
board/broadcom/bcm968380gerg/board.c [new file with mode: 0644]
configs/bcm968380gerg_ram_defconfig [new file with mode: 0644]
include/configs/broadcom_bcm968380gerg.h [new file with mode: 0644]