diff options
author | William Zhang | 2022-08-01 11:39:22 -0700 |
---|---|---|
committer | Tom Rini | 2022-10-31 08:54:43 -0400 |
commit | adb34dd542d0812441df193fd8011f4e20fb49ee (patch) | |
tree | 7c36c83cac121865f65947056b61879caf379bd4 /MAINTAINERS | |
parent | 41c65ce44c3fad473102c92d569cb2c134ae9059 (diff) |
arm: bcmbca: add bcm6846 SoC support
BCM6846 is an ARM A7 based PON 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 with minor fix-up that needs to be
upstreamed to linux as well.
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b73f2d0ce65..c3a8a9d5d4f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -219,6 +219,7 @@ F: board/broadcom/bcmbca/ N: bcmbca N: bcm[9]?47622 N: bcm[9]?63178 +N: bcm[9]?6846 ARM BROADCOM BCMSTB M: Thomas Fitzsimmons <fitzsim@fitzsim.org> |