
On 16.07.2018 19:06, Philippe Reynes wrote:
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
arch/mips/dts/brcm,bcm968380gerg.dts | 40 +++++++++++++++++++++++ arch/mips/mach-bmips/Kconfig | 12 +++++++ board/broadcom/bcm968380gerg/Kconfig | 12 +++++++ board/broadcom/bcm968380gerg/Makefile | 3 ++ board/broadcom/bcm968380gerg/bcm968380gerg.c | 6 ++++ board/broadcom/bcm968380gerg/board.c | 6 ++++ configs/bcm968380gerg_ram_defconfig | 48 ++++++++++++++++++++++++++++ include/configs/broadcom_bcm968380gerg.h | 9 ++++++ 8 files changed, 136 insertions(+) create mode 100644 arch/mips/dts/brcm,bcm968380gerg.dts create mode 100644 board/broadcom/bcm968380gerg/Kconfig create mode 100644 board/broadcom/bcm968380gerg/Makefile create mode 100644 board/broadcom/bcm968380gerg/bcm968380gerg.c create mode 100644 board/broadcom/bcm968380gerg/board.c create mode 100644 configs/bcm968380gerg_ram_defconfig create mode 100644 include/configs/broadcom_bcm968380gerg.h
Reviewed-by: Daniel Schwierzeck daniel.schwierzeck@gmail.com