public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Initial device tree support for StarFive JH8100 SoC
@ 2023-11-27  1:35 Sia Jee Heng
  2023-11-27  1:35 ` [PATCH 1/7] dt-bindings: riscv: Add StarFive Dubhe compatibles Sia Jee Heng
                   ` (6 more replies)
  0 siblings, 7 replies; 24+ messages in thread
From: Sia Jee Heng @ 2023-11-27  1:35 UTC (permalink / raw)
  To: paul.walmsley, palmer, aou, conor, kernel, robh+dt,
	emil.renner.berthing
  Cc: linux-riscv, linux-kernel, jeeheng.sia, leyfoon.tan

StarFive JH8100 SoC consists of 4 RISC-V performance Cores (Dubhe-90) and
2 RISC-V energy efficient cores (Dubhe-80). It also features various
interfaces such as DDR4, Gbit-Ether, CAN, USB 3.2, SD/MMC, etc., making it
ideal for high-performance computing scenarios.

This patch series introduces initial SoC DTSI support for the StarFive
JH8100 SoC. The relevant dt-binding documentation has been updated
accordingly. Below is the list of IP blocks added in the initial SoC DTSI,
which can be used for booting via initramfs on FPGA:

- StarFive Dubhe-80 CPU
- StarFive Dubhe-90 CPU
- PLIC
- CLINT
- UART

The primary goal is to include foundational patches so that additional
drivers can be built on top of this framework.

Sia Jee Heng (7):
  dt-bindings: riscv: Add StarFive Dubhe compatibles
  dt-bindings: riscv: Add StarFive JH8100 SoC
  dt-bindings: timer: Add StarFive JH8100 clint
  dt-bindings: interrupt-controller: Add StarFive JH8100 plic
  dt-bindings: xilinx: Add StarFive compatible string
  serial: xilinx_uartps: Add new compatible string for StarFive
  riscv: dts: starfive: Add initial StarFive JH8100 device tree

 .../sifive,plic-1.0.0.yaml                    |   1 +
 .../devicetree/bindings/riscv/cpus.yaml       |   2 +
 .../devicetree/bindings/riscv/starfive.yaml   |   5 +-
 .../devicetree/bindings/serial/cdns,uart.yaml |   3 +
 .../bindings/timer/sifive,clint.yaml          |   1 +
 arch/riscv/boot/dts/starfive/Makefile         |   1 +
 arch/riscv/boot/dts/starfive/jh8100-evb.dts   |  42 ++
 arch/riscv/boot/dts/starfive/jh8100.dtsi      | 365 ++++++++++++++++++
 drivers/tty/serial/xilinx_uartps.c            |   3 +-
 9 files changed, 421 insertions(+), 2 deletions(-)
 create mode 100644 arch/riscv/boot/dts/starfive/jh8100-evb.dts
 create mode 100644 arch/riscv/boot/dts/starfive/jh8100.dtsi


base-commit: d2da77f431ac49b5763b88751a75f70daa46296c
-- 
2.34.1


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

end of thread, other threads:[~2023-11-28  7:58 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-27  1:35 [PATCH 0/7] Initial device tree support for StarFive JH8100 SoC Sia Jee Heng
2023-11-27  1:35 ` [PATCH 1/7] dt-bindings: riscv: Add StarFive Dubhe compatibles Sia Jee Heng
2023-11-27  8:47   ` Krzysztof Kozlowski
2023-11-27  1:35 ` [PATCH 2/7] dt-bindings: riscv: Add StarFive JH8100 SoC Sia Jee Heng
2023-11-27  1:35 ` [PATCH 3/7] dt-bindings: timer: Add StarFive JH8100 clint Sia Jee Heng
2023-11-27  8:47   ` Krzysztof Kozlowski
2023-11-28  5:24     ` JeeHeng Sia
2023-11-28  7:19       ` Krzysztof Kozlowski
2023-11-28  7:56         ` JeeHeng Sia
2023-11-27  1:35 ` [PATCH 4/7] dt-bindings: interrupt-controller: Add StarFive JH8100 plic Sia Jee Heng
2023-11-27  8:48   ` Krzysztof Kozlowski
2023-11-27  1:36 ` [PATCH 5/7] dt-bindings: xilinx: Add StarFive compatible string Sia Jee Heng
2023-11-27  8:48   ` Krzysztof Kozlowski
2023-11-28  5:24     ` JeeHeng Sia
2023-11-27  1:36 ` [PATCH 6/7] serial: xilinx_uartps: Add new compatible string for StarFive Sia Jee Heng
2023-11-27  8:49   ` Krzysztof Kozlowski
2023-11-28  5:25     ` JeeHeng Sia
2023-11-28  7:21       ` Krzysztof Kozlowski
2023-11-28  7:57         ` JeeHeng Sia
2023-11-27  1:36 ` [PATCH 7/7] riscv: dts: starfive: Add initial StarFive JH8100 device tree Sia Jee Heng
2023-11-27  8:50   ` Krzysztof Kozlowski
2023-11-27  9:20     ` Conor Dooley
2023-11-27  9:29       ` Krzysztof Kozlowski
2023-11-28  3:23     ` JeeHeng Sia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox