bcm96753ref: add initial support
authorPhilippe Reynes <philippe.reynes@softathome.com>
Fri, 11 Feb 2022 18:18:38 +0000 (19:18 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 7 Mar 2022 16:36:12 +0000 (11:36 -0500)
commita241ccdc449320b5e7750cf57618b0a455212040
tree2b1fcfb3b261b207c8cf4f8274c86ce7f2e30831
parent40ca58a8db158b320d545924bbf6730e7778dad5
bcm96753ref: add initial support

This add the initial support of the broadcom reference
board bcm96753ref with a bcm6753 SoC.

This board has 1 GB 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/bcm96753ref.dts [new file with mode: 0644]
board/broadcom/bcm96753ref/Kconfig [new file with mode: 0644]
board/broadcom/bcm96753ref/MAINTAINERS [new file with mode: 0644]
board/broadcom/bcm96753ref/Makefile [new file with mode: 0644]
board/broadcom/bcm96753ref/bcm96753ref.c [new file with mode: 0644]
configs/bcm96753ref_ram_defconfig [new file with mode: 0644]
include/configs/broadcom_bcm96753ref.h [new file with mode: 0644]