devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Add initial Bitmain BM1880 SoC/Board support
@ 2019-01-26  4:10 Manivannan Sadhasivam
  2019-01-26  4:10 ` [PATCH 1/5] dt-bindings: arm: Document Bitmain BM1880 SoC Manivannan Sadhasivam
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Manivannan Sadhasivam @ 2019-01-26  4:10 UTC (permalink / raw)
  To: robh+dt, arnd, linux-arm-kernel
  Cc: devicetree, linux-kernel, haitao.suo, darren.tsao, amit.kucheria,
	Manivannan Sadhasivam

Hello,

This patchset adds initial support for Bitmain BM1880 SoC and Sophon
Edge board. BM1880 SoC consists of a Dual Core ARM Cortex A53 Application
processor subsystem, a single core RISC-V subsystem and a Tensor
Processor subsystem. This patchset adds support for only ARM Cortex
A53 Application processor subsystem with UART, which enables the board to
boot into initramfs with 2 CPUs.

Thanks,
Mani

Manivannan Sadhasivam (5):
  dt-bindings: arm: Document Bitmain BM1880 SoC
  arm64: Add ARCH_BITMAIN platform
  arm64: dts: bitmain: Add BM1880 SoC support
  arm64: dts: bitmain: Add Sophon Egde board support
  MAINTAINERS: Add entry for Bitmain SoC platform

 .../devicetree/bindings/arm/bitmain.yaml      |  18 +++
 MAINTAINERS                                   |   7 ++
 arch/arm64/Kconfig.platforms                  |   5 +
 arch/arm64/boot/dts/Makefile                  |   1 +
 arch/arm64/boot/dts/bitmain/Makefile          |   3 +
 .../boot/dts/bitmain/bm1880-sophon-edge.dts   |  50 ++++++++
 arch/arm64/boot/dts/bitmain/bm1880.dtsi       | 119 ++++++++++++++++++
 7 files changed, 203 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/bitmain.yaml
 create mode 100644 arch/arm64/boot/dts/bitmain/Makefile
 create mode 100644 arch/arm64/boot/dts/bitmain/bm1880-sophon-edge.dts
 create mode 100644 arch/arm64/boot/dts/bitmain/bm1880.dtsi

-- 
2.17.1

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-02-01  8:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-26  4:10 [PATCH 0/5] Add initial Bitmain BM1880 SoC/Board support Manivannan Sadhasivam
2019-01-26  4:10 ` [PATCH 1/5] dt-bindings: arm: Document Bitmain BM1880 SoC Manivannan Sadhasivam
2019-01-26 19:47   ` Rob Herring
2019-01-26  4:10 ` [PATCH 2/5] arm64: Add ARCH_BITMAIN platform Manivannan Sadhasivam
2019-01-26  4:10 ` [PATCH 3/5] arm64: dts: bitmain: Add BM1880 SoC support Manivannan Sadhasivam
2019-01-26  4:10 ` [PATCH 4/5] arm64: dts: bitmain: Add Sophon Egde board support Manivannan Sadhasivam
2019-01-26  4:10 ` [PATCH 5/5] MAINTAINERS: Add entry for Bitmain SoC platform Manivannan Sadhasivam
2019-01-26 15:03 ` [PATCH 0/5] Add initial Bitmain BM1880 SoC/Board support Andrew Lunn
2019-01-26 15:17   ` Manivannan Sadhasivam
2019-01-27  9:24 ` Arnd Bergmann
2019-02-01  3:50   ` Manivannan Sadhasivam
2019-02-01  8:41     ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).