mbox series

[0/5] arm64: bcmbca: add bcm63158 soc support

Message ID 20220514232800.24653-1-william.zhang@broadcom.com
Headers show
Series arm64: bcmbca: add bcm63158 soc support | expand

Message

William Zhang May 14, 2022, 11:27 p.m. UTC
This change adds the basic support for Broadcom's ARM64 based
Broadband SoC BCM63158. The initial support includes a bare-bone dts
for quad core ARM A53 with a ARM PL011 uart. Linux kernel image can be
built with the ARM64 defconfig.

William Zhang (5):
  dt-bindings: arm64: add BCM63158 soc to binding document
  arm64: bcmbca: add arch bcmbca machine entry
  arm64: dts: add dts files for bcmbca soc 63158
  MAINTAINERS: add bcm63158 to bcmbca arch entry
  arm64: defconfig: enable bcmbca soc support

 .../bindings/arm/bcm/brcm,bcmbca.yaml         |   7 +
 MAINTAINERS                                   |   2 +
 arch/arm64/Kconfig.platforms                  |   9 ++
 arch/arm64/boot/dts/broadcom/Makefile         |   1 +
 arch/arm64/boot/dts/broadcom/bcmbca/Makefile  |   2 +
 .../boot/dts/broadcom/bcmbca/bcm63158.dtsi    | 128 ++++++++++++++++++
 .../boot/dts/broadcom/bcmbca/bcm963158.dts    |  30 ++++
 arch/arm64/configs/defconfig                  |   1 +
 8 files changed, 180 insertions(+)
 create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/Makefile
 create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm63158.dtsi
 create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm963158.dts

Comments

Florian Fainelli May 18, 2022, 8:05 p.m. UTC | #1
On Sat, 14 May 2022 16:27:58 -0700, William Zhang <william.zhang@broadcom.com> wrote:
> Add dts for ARMv8 based broadband SoC BCM63158. bcm63158.dtsi is the
> SoC description dts header and bcm963158.dts is a simple dts file for
> Broadcom BCM963158 Reference board that only enable the UART port.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/devicetree-arm64/next, thanks!
--
Florian