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

William Zhang william.zhang at broadcom.com
Sat May 14 16:27:55 PDT 2022


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

-- 
2.17.1

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4212 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20220514/1c074345/attachment.p7s>


More information about the linux-arm-kernel mailing list