arm: bcmbca: add bcm63148 SoC support
authorWilliam Zhang <william.zhang@broadcom.com>
Mon, 1 Aug 2022 18:39:25 +0000 (11:39 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 31 Oct 2022 12:54:43 +0000 (08:54 -0400)
commit7e3d69592b3143e34862913bc9e0ddcca3de3bc9
tree77a5d34b9a2a9c9c57f2bd042d423d243df3e138
parent4054fd71821a7b06792b1149b53d5b6bf6281006
arm: bcmbca: add bcm63148 SoC support

BCM63148 is an Broadcom B15 based DSL Broadband SoC. It is part of the
BCA (Broadband Carrier Access origin) chipset family so it's added under
ARCH_BCMBCA platform. This initial support includes a bare-bone
implementation and dts with CPU subsystem, memory and Broadcom uart.

This SoC is supported in the linux-next git repository so the dts and
dtsi files are copied from linux.

The u-boot image can be loaded from flash or network to the entry point
address in the memory and boot from there.

Signed-off-by: William Zhang <william.zhang@broadcom.com>
MAINTAINERS
arch/arm/dts/Makefile
arch/arm/dts/bcm63148.dtsi [new file with mode: 0644]
arch/arm/dts/bcm963148.dts [new file with mode: 0644]
arch/arm/mach-bcmbca/Kconfig
arch/arm/mach-bcmbca/Makefile
arch/arm/mach-bcmbca/bcm63148/Kconfig [new file with mode: 0644]
arch/arm/mach-bcmbca/bcm63148/Makefile [new file with mode: 0644]
board/broadcom/bcmbca/Kconfig
configs/bcm963148_defconfig [new file with mode: 0644]
include/configs/bcm963148.h [new file with mode: 0644]