bcm968360bg: add initial support
authorPhilippe Reynes <philippe.reynes@softathome.com>
Tue, 7 Jan 2020 19:14:17 +0000 (20:14 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 23 Jan 2020 12:29:58 +0000 (07:29 -0500)
commit645b7ec52c575e853ef93eddc0f7f16c99f74e55
treeb3a3d0924e9b89d52745a71151646e426f203daa
parente520036f9d83899eba3707bf2a5eb4c1bf92df55
bcm968360bg: add initial support

This add the initial support of the broadcom reference
board bcm968360bg with a bcm68360 SoC.

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

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