mbox series

[0/3] arm: bcmbca: Add BCM6856 SoC support

Message ID 20220608180437.31971-1-william.zhang@broadcom.com (mailing list archive)
Headers show
Series arm: bcmbca: Add BCM6856 SoC support | expand

Message

William Zhang June 8, 2022, 6:04 p.m. UTC
This change adds the basic support for Broadcom's ARM64 based
Broadband SoC BCM6856. The initial support includes a bare-bone DTS
for dual core ARM A53 with a Broadcom uart. Linux kernel image can be
build with the ARM64 defconfig.


William Zhang (3):
  dt-bindings: arm64: Add BCM6856 SoC
  arm64: dts: Add DTS files for bcmbca SoC BCM6856
  MAINTAINERS: Add BCM6856 to bcmbca arch entry

 .../bindings/arm/bcm/brcm,bcmbca.yaml         |   7 ++
 MAINTAINERS                                   |   1 +
 arch/arm64/boot/dts/broadcom/bcmbca/Makefile  |   3 +-
 .../boot/dts/broadcom/bcmbca/bcm6856.dtsi     | 103 ++++++++++++++++++
 .../boot/dts/broadcom/bcmbca/bcm96856.dts     |  30 +++++
 5 files changed, 143 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm6856.dtsi
 create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm96856.dts

Comments

Florian Fainelli June 13, 2022, 9:28 p.m. UTC | #1
On 6/8/22 11:04, William Zhang wrote:
> This change adds the basic support for Broadcom's ARM64 based
> Broadband SoC BCM6856. The initial support includes a bare-bone DTS
> for dual core ARM A53 with a Broadcom uart. Linux kernel image can be
> build with the ARM64 defconfig.

Series applied, thanks William!